-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "@financial-times/n-es-client",
"version": "0.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:Financial-Times/n-es-client.git"
},
"homepage": "https://github.com/Financial-Times/n-es-client",
"dependencies": {
"@financial-times/n-logger": "^10.2.0",
"http-errors": "^1.8.0",
"signed-aws-es-fetch": "^1.4.0"
},
"devDependencies": {
"@financial-times/n-gage": "^8.3.2",
"chai": "^4.1.0",
"check-engine": "^1.10.1",
"coveralls": "^3.0.0",
"husky": "^7.0.4",
"mocha": "^6.0.0",
"nock": "^11.0.0",
"nyc": "^11.8.0",
"sinon": "^5.0.0",
"snyk": "^1.167.2"
},
"engines": {
"node": "14.x || 16.x",
"npm": "7.x || 8.x"
},
"scripts": {
"prepare": "npx snyk protect || npx snyk protect -d || true",
"preinstall": "[ \"$INIT_CWD\" != \"$PWD\" ] || npm_config_yes=true npx check-engine"
},
"husky": {
"hooks": {
"commit-msg": "node_modules/.bin/secret-squirrel-commitmsg",
"pre-commit": "node_modules/.bin/secret-squirrel",
"pre-push": "make verify -j3"
}
},
"volta": {
"node": "16.14.2"
}
}