web/package.json

20 lines
395 B
JSON
Raw Normal View History

2021-11-02 06:20:20 +01:00
{
2021-11-02 06:41:09 +01:00
"name": "nekoya",
2021-11-02 06:20:20 +01:00
"version": "1.0.0",
2021-11-02 06:41:09 +01:00
"description": "Web application for Nekoya ~",
2021-11-02 06:20:20 +01:00
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
2021-11-02 06:41:09 +01:00
"author": "Nekoya Dev",
2021-11-02 06:20:20 +01:00
"license": "ISC",
"dependencies": {
"ejs": "^3.1.6",
"express": "^4.17.1"
},
"devDependencies": {
"nodemon": "^2.0.14"
}
}