-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 KB
/
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
42
{
"name": "docker-optimize",
"version": "1.0.0",
"main": "lib/index.js",
"repository": "[email protected]:george-haddad/docker-optimize.git",
"author": "George Haddad <[email protected]>",
"license": "Apache 2.0",
"private": false,
"scripts": {
"start": "node lib/index.js"
},
"dependencies": {
"axios": "^0.19.0",
"bluebird": "^3.5.5",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"joi": "^14.3.1",
"js-sha3": "^0.8.0",
"koa": "^2.7.0",
"lodash": "^4.17.13",
"mysql2": "^1.6.5",
"redis": "^2.8.0",
"uuid": "^3.3.2",
"winston": "^3.2.1"
},
"devDependencies": {
"axios-mock-adapter": "^1.17.0",
"chai": "^4.2.0",
"codecov": "^3.5.0",
"eslint": "^6.0.1",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"mocha": "^6.1.4",
"nodemon": "^1.19.1",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"sinon": "^7.3.2"
}
}