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": {
|
2021-11-09 03:11:53 +01:00
|
|
|
"ejs": "^3.1.6"
|
2021-11-02 06:20:20 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-09 05:10:40 +01:00
|
|
|
"body-parser": "^1.19.0",
|
2021-11-09 03:11:53 +01:00
|
|
|
"express": "^4.17.1",
|
|
|
|
"express-session": "^1.17.2",
|
2021-11-15 02:04:59 +01:00
|
|
|
"mysql": "^2.18.1",
|
2021-11-02 06:20:20 +01:00
|
|
|
"nodemon": "^2.0.14"
|
|
|
|
}
|
|
|
|
}
|