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
/
Copy pathpackage.json
50 lines (50 loc) · 1.61 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": "lag-sns-update-cache",
"version": "0.1.0",
"description": "Service for updating the Alma cache with Alma webhook event data from SNS topics",
"main": "src/handler.js",
"scripts": {
"test": "nyc --reporter=lcov mocha --recursive",
"coverage": "nyc report --reporter=lcov"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/lulibrary/LAG-sns-update-cache.git"
},
"author": "Lancaster University Library <library.dit@lancaster.ac.uk>",
"contributors": [
"Dom Belcher <d.belcher@lancaster.ac.uk>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lulibrary/LAG-sns-update-cache/issues"
},
"homepage": "https://github.com/lulibrary/LAG-sns-update-cache#readme",
"devDependencies": {
"aws-sdk-mock": "^2.0.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"dynamodb-local": "0.0.22",
"dynamoose": "^0.8.7",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-import": "^2.11.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",
"lodash.pick": "^4.4.0",
"mocha": "^5.0.5",
"nyc": "^11.6.0",
"rewire": "^4.0.1",
"serverless-pseudo-parameters": "^1.6.0",
"sinon": "^5.0.2",
"sinon-chai": "^3.0.0",
"uuid": "^3.2.1"
},
"dependencies": {
"@lulibrary/lag-alma-utils": "git+ssh://git@github.com/lulibrary/LAG-Alma-Utils.git#v0.7.0",
"@lulibrary/lag-utils": "git+ssh://git@github.com/lulibrary/LAG-Utils.git#v0.4.0"
}
}