This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
63 lines (63 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@financial-times/n-gage",
"version": "0.0.0",
"description": "Make it so next",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npx snyk protect || npx snyk protect -d || true",
"preinstall": "[ \"$INIT_CWD\" != \"$PWD\" ] || npm_config_yes=true npx check-engine"
},
"bin": {
"ngage": "./scripts/ngage.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Financial-Times/n-gage.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Financial-Times/n-gage/issues"
},
"homepage": "https://github.com/Financial-Times/n-gage#readme",
"dependencies": {
"@financial-times/eslint-config-next": "^3.0.0",
"@financial-times/n-fetch": "^1.0.0-beta.4",
"@financial-times/n-pa11y-config": "^1.0.0",
"@financial-times/secret-squirrel": "^2.6.0",
"chalk-cli": "^4.1.0",
"eslint": "^5.0.0",
"husky": "^3.0.0",
"jsonfile": "^5.0.0",
"lintspaces-cli": "^0.7.0",
"mkdirp": "^0.5.1",
"stylelint": "^13.8.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0",
"yargs": "^16.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"check-engines": "^1.5.0",
"mocha": "^4.1.0",
"proxyquire": "^1.8.0",
"sinon": "^4.1.3",
"sinon-chai": "^2.14.0",
"snyk": "^1.167.2"
},
"husky": {
"hooks": {
"pre-commit": "secret-squirrel",
"pre-push": "make verify -j3"
}
},
"volta": {
"node": "16.14.1",
"npm": "7.20.2"
},
"engines": {
"node": "14.x || 16.x",
"npm": "7.x || 8.x"
}
}