-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 850 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 850 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": "plutobackend",
"version": "1.0.0",
"description": "Backend for pluto",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"author": "Team Pluto",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^4.3.0",
"async-each": "^1.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"email-validator": "^2.0.4",
"expo-server-sdk": "^3.5.0",
"express": "^4.17.1",
"express-multipart-file-parser": "^0.1.2",
"jsonwebtoken": "^8.5.1",
"mdn-polyfills": "^5.20.0",
"mongoose": "^5.7.13",
"multer": "^1.4.2",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"sharp": "^0.25.2"
},
"devDependencies": {
"nodemon": "^2.0.1"
}
}