-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.29 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
{
"name": "@financial-times/n-test",
"version": "0.0.0",
"description": "A node module containing a collection of test tasks and utilities for Next applications",
"main": "index.js",
"bin": {
"n-test": "./bin/n-test.js"
},
"scripts": {
"test": "dotcom-tool-kit test:local",
"build": "dotcom-tool-kit build:local",
"start": "dotcom-tool-kit run:local"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Financial-Times/n-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Financial-Times/n-test/issues"
},
"homepage": "https://github.com/Financial-Times/n-test#readme",
"dependencies": {
"chalk": "^2.3.0",
"commander": "^3.0.0",
"directly": "^2.0.6",
"get-pixels": "^3.3.2",
"inquirer": "^7.0.0",
"node-fetch": "^2.1.1",
"puppeteer": "18.1.0",
"webdriverio": "^5.0.0"
},
"devDependencies": {
"check-engine": "^1.10.1",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"jest": "^29.5.0",
"jest-junit": "^5.1.0",
"dotcom-tool-kit": "^3.4.0",
"@dotcom-tool-kit/component": "^4.1.0",
"@dotcom-tool-kit/jest": "^3.4.0"
},
"engines": {
"node": "18.x || 20.x || 22.x",
"npm": "8.x || 9.x || 10.x"
},
"volta": {
"node": "20.15.0"
}
}