1
0
Fork 0
waifurudor.de/package.json

37 lines
802 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": "nodemon --exec node --loader ts-node/esm src/index.ts",
"start": "node ./dist/index.js"
},
"repository": {
"type": "git",
"url": "https://git.froth.zone/sam/waifurudor.de.git"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-or-later",
"private": true,
"devDependencies": {
"@types/express": "4.17.14",
"@types/morgan": "1.9.3",
"@types/node": "^18.11.5",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"typescript": "4.8.4"
},
"volta": {
"node": "18.11.0"
}
}