This repository has been archived by the owner on May 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.5 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
{
"name": "alma-webhook-handler",
"version": "0.1.0",
"description": "AWS Serverless Application - Listens for Ex-Libris Alma web-hook events and passes these to backend SNS topics.",
"main": "handler.js",
"scripts": {
"test": "nyc --reporter=lcov mocha --recursive",
"coverage": "nyc report --reporter=lcov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lulibrary/alma-webhook-handler.git"
},
"author": "Lancaster University Library <[email protected]>",
"contributors": [
"Stephen Robinson <[email protected]>",
"Dom Belcher <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lulibrary/alma-webhook-handler/issues"
},
"homepage": "https://github.com/lulibrary/alma-webhook-handler#readme",
"devDependencies": {
"aws-sdk-mock": "^1.7.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^5.0.5",
"nyc": "^11.6.0",
"rewire": "^4.0.0",
"sinon": "^4.5.0",
"sinon-chai": "^3.0.0"
},
"dependencies": {
"@lulibrary/lag-utils": "git+ssh://[email protected]/lulibrary/LAG-Utils.git#v0.1.0",
"aws-sdk": "^2.223.1",
"node-http-error": "^2.0.0",
"serverless-pseudo-parameters": "^1.4.2"
}
}