web/package.json
Kelvin Samuel 16b864cfe5 test
2022-04-24 16:12:43 +07:00

36 lines
852 B
JSON

{
"name": "nekoya",
"version": "1.0.0",
"description": "Nekoya Website",
"main": "index.js",
"scripts": {
"dev": "npm i && nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nekoya Dev",
"license": "ISC",
"dependencies": {
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"morgan": "^1.10.0",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.0",
"rand-token": "^1.0.1"
},
"devDependencies": {
"nodemon": "^2.0.14"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/nekoya/web.git"
},
"bugs": {
"url": "https://gitlab.com/nekoya/web/issues"
},
"homepage": "https://gitlab.com/nekoya/web#readme"
}