shin-neo-lyrical-tokarev/package.json

18 lines
347 B
JSON
Raw 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": {
"express": "^4.21.0",
2024-10-06 00:48:04 -04:00
"hbs": "^4.2.0",
"serve-index": "^1.9.1"
2024-10-05 20:50:29 -04:00
}
}