forked from Financial-Times/dotcom-tool-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
{
"name": "@dotcom-tool-kit/mocha",
"version": "3.1.5",
"description": "",
"main": "lib",
"scripts": {
"test": "cd ../../ ; npx jest --silent --projects plugins/mocha"
},
"keywords": [],
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/error": "^3.1.0",
"@dotcom-tool-kit/logger": "^3.3.0",
"@dotcom-tool-kit/types": "^3.4.1",
"glob": "^7.1.7",
"tslib": "^2.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/financial-times/dotcom-tool-kit.git",
"directory": "plugins/mocha"
},
"bugs": "https://github.com/financial-times/dotcom-tool-kit/issues",
"homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/plugins/mocha",
"devDependencies": {
"@jest/globals": "^27.4.6",
"@types/glob": "^7.1.3",
"@types/mocha": "^8.2.2",
"winston": "^3.5.1"
},
"files": [
"/lib",
".toolkitrc.yml"
],
"volta": {
"extends": "../../package.json"
},
"peerDependencies": {
"dotcom-tool-kit": "3.x",
"mocha": ">=6.x <=10.x"
},
"engines": {
"node": "16.x || 18.x",
"npm": "7.x || 8.x || 9.x"
}
}