-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 871 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 871 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
36
37
{
"name": "rpl-api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "jose purba",
"license": "ISC",
"dependencies": {
"aws": "0.0.3-2",
"aws-sdk": "^2.614.0",
"bcrypt": "^3.0.8",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"dropbox": "^4.0.30",
"excel4node": "^1.7.2",
"export-from-json": "^1.1.4",
"express": "^4.17.1",
"express-validator": "^6.2.0",
"isomorphic-fetch": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"mysql": "^2.18.1",
"mysql2": "^1.7.0",
"node-excel-export": "^1.4.4",
"request": "^2.88.0",
"sequelize": "^5.21.1"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}