UNPKG

1.31 kBJSONView Raw
1{
2 "name": "@financial-times/n-test",
3 "version": "3.1.0",
4 "description": "A node module containing a collection of test tasks and utilities for Next applications",
5 "main": "index.js",
6 "bin": {
7 "n-test": "./bin/n-test.js"
8 },
9 "scripts": {
10 "test": "make test",
11 "prepare": "npx snyk protect || npx snyk protect -d || true"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/Financial-Times/n-test.git"
16 },
17 "author": "",
18 "license": "ISC",
19 "bugs": {
20 "url": "https://github.com/Financial-Times/n-test/issues"
21 },
22 "homepage": "https://github.com/Financial-Times/n-test#readme",
23 "dependencies": {
24 "chalk": "^2.3.0",
25 "commander": "^3.0.0",
26 "directly": "^2.0.6",
27 "get-pixels": "^3.3.2",
28 "inquirer": "^7.0.0",
29 "node-fetch": "^2.1.1",
30 "puppeteer": "^1.18.1",
31 "webdriverio": "^5.0.0"
32 },
33 "devDependencies": {
34 "@financial-times/n-gage": "^8.3.2",
35 "cookie-parser": "^1.4.3",
36 "express": "^4.16.2",
37 "jest": "^22.0.6",
38 "jest-junit": "^5.1.0",
39 "snyk": "^1.168.0"
40 },
41 "engines": {
42 "node": "12.x"
43 },
44 "husky": {
45 "hooks": {
46 "commit-msg": "node_modules/.bin/secret-squirrel-commitmsg",
47 "pre-commit": "node_modules/.bin/secret-squirrel",
48 "pre-push": "make verify -j3"
49 }
50 }
51}