-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 822 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
{
"name": "notate-app",
"version": "1.0.0",
"description": "Note taking application.",
"main": "server.js",
"scripts": {
"test": "NODE_ENV=test jest",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GowthamG30/notate-app.git"
},
"author": "Gowtham Gorrepati",
"license": "ISC",
"bugs": {
"url": "https://github.com/GowthamG30/notate-app/issues"
},
"homepage": "https://github.com/GowthamG30/notate-app#readme",
"dependencies": {
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-rate-limit": "^7.3.1",
"express-validator": "^7.1.0",
"helmet": "^7.1.0",
"jest": "^29.7.0",
"mongoose": "^8.4.1",
"path": "^0.12.7",
"supertest": "^7.0.0"
}
}