-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 932 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
{
"name": "ubereats-api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "NODE_ENV=local node ./bin/www",
"test": "jest"
},
"dependencies": {
"aws-sdk": "^2.291.0",
"axios": "^0.18.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"jsonwebtoken": "^8.3.0",
"morgan": "~1.9.0",
"mysql2": "^1.6.1",
"pug": "2.0.0-beta11",
"request": "^2.88.0",
"sequelize": "^4.38.0"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-google": "^0.9.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"jest": "^23.5.0",
"supertest": "^3.1.0"
}
}