35 lines
747 B
JSON
35 lines
747 B
JSON
{
|
|
"dependencies": {
|
|
"booru": "2.6.3",
|
|
"express": ">=5.0.0-beta.1",
|
|
"helmet": "6.0.0",
|
|
"morgan": "1.10.0"
|
|
},
|
|
"name": "waifurudor.de",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"clean": "tsc -b --clean",
|
|
"dev": "tsc -b -w",
|
|
"start": "node ./dist/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.freecumextremist.com/grumbulon/waifurudor.de.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "GPL-3.0-or-later",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/express": "4.17.14",
|
|
"@types/morgan": "1.9.3",
|
|
"typescript": "4.8.4"
|
|
},
|
|
"volta": {
|
|
"node": "18.9.1",
|
|
"yarn": "1.22.19"
|
|
},
|
|
"packageManager": "yarn@3.2.4"
|
|
}
|