-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.51 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
{
"name": "@financial-times/next-json-ld",
"version": "4.1.0",
"description": "Helpers for producing schema.org markup in JSON LD on ft.com",
"main": "main.js",
"devDependencies": {
"@dotcom-tool-kit/circleci": "^5.1.0",
"@dotcom-tool-kit/circleci-npm": "^5.1.0",
"@dotcom-tool-kit/eslint": "^3.1.0",
"@dotcom-tool-kit/frontend-app": "^3.1.0",
"@dotcom-tool-kit/mocha": "^3.1.0",
"@dotcom-tool-kit/npm": "^3.1.0",
"@dotcom-tool-kit/prettier": "^3.1.0",
"@financial-times/eslint-config-next": "^4.0.0",
"@financial-times/secret-squirrel": "^2.21.0",
"chai": "^4.1.2",
"check-engine": "^1.10.1",
"dotcom-tool-kit": "^3.1.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-yml": "^1.1.0",
"husky": "^8.0.0",
"lintspaces-cli": "^0.6.0",
"mocha": "^6.0.0",
"npm-prepublish": "^1.2.2",
"proxyquire": "^1.8.0"
},
"dependencies": {
"moment": "^2.29.1",
"wordcount": "^1.1.1"
},
"scripts": {
"prepare": "husky install",
"preinstall": "[ \"$INIT_CWD\" != \"$PWD\" ] || npm_config_yes=true npx check-engine",
"format": "dotcom-tool-kit format:local",
"build": "dotcom-tool-kit build:local",
"test": "dotcom-tool-kit test:local",
"fix": "eslint '**/*.{js,json,yml}' --fix",
"precommit": "secret-squirrel && npm run format && npm run fix",
"prepush": "npm run test",
"start": "dotcom-tool-kit run:local"
},
"engines": {
"node": "18.x || 20.x",
"npm": "9.x || 10.x"
},
"volta": {
"node": "18.20.2",
"npm": "10.5.0"
}
}