-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 909 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "newbackend",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js",
"lint:fix": "eslint --fix ./*.js",
"vercel-build": "npm ci && npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"flatted": "^3.3.1",
"http": "^0.0.1-security",
"jsonwebtoken": "^9.0.0",
"mongodb": "^4.13.0",
"nanoid": "^4.0.0",
"nodemailer": "^6.9.13",
"ws": "^8.17.0"
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"eslint-plugin-react": "^7.34.2",
"globals": "^15.6.0",
"nodemon": "^3.1.0",
"typescript-eslint": "^7.13.1"
}
}