-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.26 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-url-management-api-read-client",
"version": "0.0.0",
"main": "main",
"dependencies": {
"@dotcom-reliability-kit/logger": "^2.2.7",
"aws-sdk": "^2.2.33",
"denodeify": "^1.2.1"
},
"devDependencies": {
"chai": "^3.5.0",
"check-engine": "^1.14.0",
"eslint": "^7.32.0",
"istanbul": "^0.4.2",
"lintspaces-cli": "^0.6.0",
"mocha": "^6.2.3",
"mockery": "^1.4.0",
"npm-prepublish": "^1.2.1",
"proxyquire": "^1.7.4",
"sinon": "^1.17.3",
"dotcom-tool-kit": "^3.4.0",
"@dotcom-tool-kit/component": "^4.1.0",
"@dotcom-tool-kit/mocha": "^3.2.0",
"@dotcom-tool-kit/eslint": "^3.2.0",
"@financial-times/eslint-config-next": "^7.1.0"
},
"scripts": {
"build": "dotcom-tool-kit build:local",
"test": "dotcom-tool-kit test:local",
"start": "dotcom-tool-kit run:local"
},
"engines": {
"node": "16.x || 18.x",
"npm": "7.x || 8.x || 9.x"
},
"husky": {
"hooks": {
"commit-msg": "dotcom-tool-kit git:commitmsg",
"pre-commit": "dotcom-tool-kit git:precommit"
}
},
"volta": {
"node": "18.16.0"
}
}