2021-11-02 12:20:20 +07:00
|
|
|
{
|
2021-11-15 17:06:19 +07:00
|
|
|
"name": "nekoya",
|
2021-11-02 12:20:20 +07:00
|
|
|
"version": "1.0.0",
|
2021-11-15 15:20:24 +07:00
|
|
|
"description": "Nekoya Website",
|
2021-11-02 12:20:20 +07:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2021-11-15 10:27:52 +07:00
|
|
|
"dev": "npm i && nodemon index.js",
|
2021-11-02 12:20:20 +07:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2021-11-02 12:41:09 +07:00
|
|
|
"author": "Nekoya Dev",
|
2021-11-02 12:20:20 +07:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2021-11-16 06:43:00 +07:00
|
|
|
"axios": "^0.24.0",
|
2021-11-15 10:39:42 +07:00
|
|
|
"bcrypt": "^5.0.1",
|
2021-11-09 11:10:40 +07:00
|
|
|
"body-parser": "^1.19.0",
|
2021-11-15 10:39:42 +07:00
|
|
|
"cookie-parser": "^1.4.5",
|
|
|
|
"ejs": "^3.1.6",
|
2021-11-09 09:11:53 +07:00
|
|
|
"express": "^4.17.1",
|
|
|
|
"express-session": "^1.17.2",
|
2021-11-15 10:39:42 +07:00
|
|
|
"morgan": "^1.10.0",
|
2021-11-15 16:58:44 +07:00
|
|
|
"mysql2": "^2.3.3",
|
2021-11-15 10:39:42 +07:00
|
|
|
"nodemailer": "^6.7.0",
|
|
|
|
"rand-token": "^1.0.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-02 12:20:20 +07:00
|
|
|
"nodemon": "^2.0.14"
|
|
|
|
}
|
|
|
|
}
|