-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.42 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "research-catalog-indexer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/standard && ./node_modules/.bin/mocha test/unit",
"test-no-standard": "./node_modules/.bin/mocha test/unit"
},
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-kms": "^3.226.0",
"@elastic/elasticsearch": "~7.12.0",
"@nypl/nypl-core-objects": "^2.1.1",
"@nypl/nypl-data-api-client": "^2.0.0",
"@nypl/nypl-streams-client": "^2.0.0",
"@nypl/scsb-rest-client": "^2.0.0",
"accent-fold": "^1.0.1",
"avsc": "^5.7.7",
"csv-parse": "^5.3.8",
"deep-object-diff": "^1.1.9",
"lodash": "^4.17.21",
"newrelic": "^11.7.0",
"pg": "^8.11.3",
"pg-cursor": "^2.10.3",
"sync-request": "^6.1.0",
"winston": "^3.12.0"
},
"standard": {
"globals": [
"after",
"before",
"afterEach",
"beforeEach",
"describe",
"expect",
"it",
"xdescribe",
"xit",
"sinon"
]
},
"devDependencies": {
"@aws-sdk/credential-providers": "^3.614.0",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"dotenv": "^16.0.3",
"minimist": "^1.2.8",
"mocha": "^10.1.0",
"nock": "^14.0.0-beta.15",
"rewire": "^6.0.0",
"sinon": "^15.0.0",
"sinon-chai": "^3.7.0",
"standard": "^17.0.0"
}
}