-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1002 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
39
40
41
{
"name": "mktp-api",
"version": "1.0.0",
"description": "API for e-Marketplace using NoSQL",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./src/index.js"
},
"author": "Davi Roox",
"license": "ISC",
"dependencies": {
"@azure/storage-blob": "^10.3.0",
"axios": "^0.19.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"express": "^4.16.4",
"express-react-views": "^0.11.0",
"form-data": "^2.5.1",
"fs": "^0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.5.3",
"multer": "^1.4.1",
"path": "^0.12.7",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"streamifier": "^0.1.1",
"uuid": "^3.3.2"
},
"devDependencies": {
"eslint": "^6.4.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"nodemon": "^1.18.11"
},
"engines": {
"node": "10.15.0"
}
}