shin-neo-lyrical-tokarev/package.json

22 lines
473 B
JSON
Raw Permalink Normal View History

2024-10-05 20:50:29 -04:00
{
"name": "shin-lyrical-tokarev",
"version": "1.0.0",
"main": "index.js",
2024-10-06 00:48:04 -04:00
"scripts": {
"start": "nodemon app.js",
2024-10-05 20:50:29 -04:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
2024-10-14 20:21:19 -04:00
"byte-size": "^9.0.0",
2024-10-09 02:12:54 -04:00
"csv": "^6.3.10",
2024-10-05 20:50:29 -04:00
"express": "^4.21.0",
2024-10-09 02:12:54 -04:00
"express-handlebars": "^8.0.1",
2024-10-06 00:48:04 -04:00
"hbs": "^4.2.0",
2024-10-14 20:21:19 -04:00
"japanese-date-converter": "^2.0.0",
2024-10-06 00:48:04 -04:00
"serve-index": "^1.9.1"
2024-10-05 20:50:29 -04:00
}
}