-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 1.76 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@nightwatch/nx",
"version": "0.2.3",
"private": false,
"description": "The Nx Plugin for nightwatch contains executors and generators allowing your workspace to use the powerful nightwatch integration testing capabilities.",
"repository": {
"type": "git",
"url": "https://github.com/nightwatchjs/nightwatch-plugin-nx.git",
"directory": "packages/nightwatch"
},
"keywords": [
"Monorepo",
"Angular",
"React",
"Web",
"Node",
"Nest",
"Jest",
"nightwatch",
"CLI"
],
"main": "./index.js",
"typings": "./index.d.ts",
"author": "David Burns",
"license": "MIT",
"bugs": {
"url": "https://github.com/nightwatchjs/"
},
"homepage": "https://nightwatch.org",
"schematics": "./generators.json",
"builders": "./executors.json",
"devDependencies": {
"@nrwl/cli": "15.2.4",
"@nrwl/devkit": "15.2.4",
"@nrwl/eslint-plugin-nx": "15.2.4",
"@nrwl/jest": "15.2.4",
"@nrwl/js": "15.2.4",
"@nrwl/linter": "15.2.4",
"@nrwl/nx-plugin": "^15.2.4",
"@nrwl/workspace": "15.2.4",
"@swc-node/register": "^1.5.4",
"@swc/cli": "~0.1.57",
"@swc/core": "^1.3.21",
"@types/jest": "29.2.4",
"@types/node": "18.11.10",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "~8.29.0",
"eslint-config-prettier": "8.5.0",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"jsonc-eslint-parser": "^2.1.0",
"nx": "15.2.4",
"prettier": "^2.8.0",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "~4.9.3"
},
"peerDependencies": {
"nightwatch": "^2.5.0"
},
"peerDependenciesMeta": {
"nightwatch": {
"optional": true
}
},
"publishConfig": {
"access": "public"
}
}