forked from bundlin/inventory-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1016 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
{
"name": "inventory-service",
"version": "1.0.0",
"description": "bundlin",
"main": ".eslintrc.js",
"scripts": {
"test": "mocha",
"server": "nodemon server/index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/angelahuang89/inventory-service.git"
},
"author": "Angela Huang",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/angelahuang89/inventory-service/issues"
},
"homepage": "/~https://github.com/angelahuang89/inventory-service#readme",
"dependencies": {
"artillery": "^1.6.0-12",
"aws-sdk": "^2.171.0",
"axios": "^0.17.1",
"babel-preset-env": "^1.6.1",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"faker": "^4.1.0",
"nodemon": "^1.12.5",
"pg": "^7.4.0",
"redis": "^2.8.0",
"request": "^2.83.0",
"sequelize": "^4.28.0",
"sqs-consumer": "^3.8.0",
"supertest": "^3.0.0"
}
}