-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "@dotcom-tool-kit/jest",
"version": "4.2.4",
"description": "",
"main": "lib",
"scripts": {
"test": "cd ../../ ; npx jest --silent --projects plugins/jest"
},
"keywords": [],
"author": "FT.com Platforms Team <[email protected]>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/base": "^1.1.6",
"@dotcom-tool-kit/logger": "^4.1.1",
"tslib": "^2.3.1"
},
"peerDependencies": {
"dotcom-tool-kit": "4.x",
"jest-cli": "27.x || 28.x || 29.x"
},
"repository": {
"type": "git",
"url": "https://github.com/financial-times/dotcom-tool-kit.git",
"directory": "plugins/jest"
},
"bugs": "https://github.com/financial-times/dotcom-tool-kit/issues",
"homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/plugins/jest",
"files": [
"/lib",
".toolkitrc.yml"
],
"devDependencies": {
"@dotcom-tool-kit/schemas": "^1.6.2",
"winston": "^3.5.1"
},
"engines": {
"node": "18.x || 20.x || 22.x"
}
}