shin-neo-lyrical-tokarev/package.json
2024-12-05 00:56:01 -03:00

27 lines
592 B
JSON

{
"name": "shin-lyrical-tokarev",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"body-parser": "^1.20.3",
"byte-size": "^9.0.0",
"csv": "^6.3.10",
"express": "^4.21.0",
"express-handlebars": "^8.0.1",
"fs": "^0.0.1-security",
"hbs": "^4.2.0",
"japanese-date-converter": "^2.0.0",
"serve-index": "^1.9.1"
},
"devDependencies": {
"@types/node": "^22.10.1"
}
}