-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.35 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
43
44
45
46
47
48
49
50
{
"name": "api-wrappers",
"version": "1.4.22",
"description": "API wrapper server for 3rd party integrations and their APIs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app/index.js"
},
"author": "Kloudi Dev Team",
"license": "ISC",
"dependencies": {
"@bugsnag/js": "^6.5.0",
"@bugsnag/plugin-express": "^6.5.0",
"@sentry/node": "^5.10.2",
"aws4": "^1.9.0",
"axios": "^0.21.1",
"body-parser": "^1.18.1",
"change-case": "^3.0.1",
"cors": "^2.8.4",
"dd-trace": "^0.16.3",
"debug": "^4.1.1",
"dot-object": "^2.1.2",
"dotenv": "^4.0.0",
"es6-promise": "^4.2.4",
"eslint-config-airbnb": "^16.1.0",
"express": "^4.15.4",
"jsonwebtoken": "^8.0.1",
"lodash": "^4.17.15",
"mongoose": "^5.4.11",
"morgan": "^1.9.1",
"nconf": "^0.8.4",
"parse-link-header": "^1.0.1",
"querystring": "^0.2.0",
"redis": "^3.0.2",
"require-dir": "^0.3.2",
"superagent": "^5.2.2",
"uuid": "^3.1.0",
"winston": "^2.4.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-env": "^1.7.0",
"eslint-plugin-async-await": "0.0.0",
"nodemon": "^1.18.10"
}
}