web/package.json

37 lines
852 B
JSON
Raw Permalink Normal View History

2021-11-02 06:20:20 +01:00
{
2021-11-15 11:06:19 +01:00
"name": "nekoya",
2021-11-02 06:20:20 +01:00
"version": "1.0.0",
2021-11-15 09:20:24 +01:00
"description": "Nekoya Website",
2021-11-02 06:20:20 +01:00
"main": "index.js",
"scripts": {
"dev": "npm i && nodemon index.js",
2021-11-02 06:20:20 +01:00
"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-16 00:43:00 +01:00
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
2021-11-09 05:10:40 +01:00
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.6",
2021-11-09 03:11:53 +01:00
"express": "^4.17.1",
"express-session": "^1.17.2",
"morgan": "^1.10.0",
2021-11-15 10:58:44 +01:00
"mysql2": "^2.3.3",
"nodemailer": "^6.7.0",
"rand-token": "^1.0.1"
},
"devDependencies": {
2021-11-02 06:20:20 +01:00
"nodemon": "^2.0.14"
2022-04-24 11:12:43 +02:00
},
"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"
2021-11-02 06:20:20 +01:00
}