43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"dependencies": {
|
|
"booru": "2.6.3",
|
|
"express": ">=5.0.0-beta.1",
|
|
"helmet": "6.0.1",
|
|
"morgan": "1.10.0"
|
|
},
|
|
"name": "waifurudor.de",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"clean": "tsc -b --clean",
|
|
"lint": "eslint --ext .ts ./src --fix && prettier --write ./src",
|
|
"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.17",
|
|
"@types/morgan": "1.9.4",
|
|
"@types/node": "18.15.11",
|
|
"@typescript-eslint/eslint-plugin": "5.57.0",
|
|
"@typescript-eslint/parser": "5.57.0",
|
|
"eslint": "8.37.0",
|
|
"eslint-config-prettier": "8.8.0",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"nodemon": "2.0.22",
|
|
"prettier": "2.8.7",
|
|
"ts-node": "10.9.1",
|
|
"typescript": "5.0.2"
|
|
},
|
|
"volta": {
|
|
"node": "18.15.0"
|
|
}
|
|
}
|