mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 10:26:40 +01:00
21 lines
459 B
JSON
21 lines
459 B
JSON
{
|
|
"name": "nekoya",
|
|
"version": "1.0.0",
|
|
"description": "Web application for Nekoya ~",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "nodemon index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Nekoya Dev",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ejs": "^3.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.1",
|
|
"express-session": "^1.17.2",
|
|
"nodemon": "^2.0.14"
|
|
}
|
|
}
|