-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 962 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
{
"name": "@envoy/envoy-integrations-sdk",
"version": "1.5.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/envoy/envoy-integrations-sdk-nodejs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/envoy/envoy-integrations-sdk-nodejs/issues"
},
"homepage": "https://github.com/envoy/envoy-integrations-sdk-nodejs#readme",
"dependencies": {
"axios": "^1.4.0",
"body-parser": "^1.19.0",
"dotenv": "^8.1.0",
"jsonwebtoken": "^9.0.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"jest": "^29.5.0",
"jsdoc-to-markdown": "^5.0.0",
"mocha": "^10.2.0",
"proxyquire": "^2.1.0",
"sinon": "^7.3.2"
}
}