-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.16 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.16 KB
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
{
"name": "@adasupport/impulse-api",
"author": {
"name": "Ada Support"
},
"main": "./src/api.js",
"description": "Fork of a dependency for legacy handoffs",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"test": "nyc --reporter=lcov --reporter=text-summary mocha",
"test-server": "node ./test/integration/test-server.js"
},
"version": "2.2.2",
"dependencies": {
"async": "*2.6.4",
"aws-sdk": "^2.1141.0",
"cors": "2.8.4",
"express": "4.21.2",
"express-fileupload": "^1.1.9",
"express-xml-bodyparser": "0.3.0",
"http-errors": "1.7.2",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.15",
"morgan": "1.9.1",
"multer": "2.0.2",
"path-to-regexp": "0.1.12",
"restify": "^8.5.1"
},
"devDependencies": {
"eslint": "8.16.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0",
"mocha": "^11.1.0",
"nyc": "15.1.0",
"pre-commit": "1.1.3",
"sinon": "4.4.6"
},
"repository": {
"type": "git",
"url": "https://github.com/AdaSupport/impulse-api.git"
}
}