23 lines
458 B
JSON
23 lines
458 B
JSON
{
|
|
"dependencies": {
|
|
"booru": "^2.5.4",
|
|
"express": "^4.17.3",
|
|
"got": "^12.0.3",
|
|
"node": "^17.7.2"
|
|
},
|
|
"name": "waifurudor.de",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node ./src/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.freecumextremist.com/grumbulon/waifurudor.de.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": ""
|
|
}
|