-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 760 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 760 Bytes
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
{
"name": "friendster-api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "cd src && node app.js",
"test": "mocha",
"dev": "cd src && nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.2.4",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mocha": "^10.0.0",
"mongoose": "^6.3.5",
"multer": "^1.4.5-lts.1",
"path": "^0.12.7",
"supertest": "^6.2.4",
"validator": "^13.7.0"
},
"devDependencies": {
"chai": "^4.3.6",
"nodemon": "^1.3.3",
"request": "^2.88.2"
}
}