shin-neo-lyrical-tokarev/package.json

27 lines
592 B
JSON
Raw Normal View History

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