-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.37 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
{
"name": "@testcafe-community/nx-builder",
"version": "1.0.1-semantically-released",
"description": "nx/angular builder for Testcafe",
"main": "src/testcafe/testcafe.builder.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"e2e": "cd demo-app && npm install && npm run e2e"
},
"repository": {
"type": "git",
"url": "git+https://github.com/testcafe-community/nx-builder.git"
},
"publishConfig": {
"access": "public"
},
"typings": "typings",
"keywords": [
"angular",
"testcafe",
"builder",
"testing",
"runner",
"e2e"
],
"author": "Tim Nederhoff, Ben Monro",
"license": "MIT",
"bugs": {
"url": "https://github.com/testcafe-community/nx-builder/issues"
},
"builders": "builders.json",
"homepage": "https://github.com/testcafe-community/nx-builder#readme",
"devDependencies": {
"@angular-devkit/architect": "0.803.5",
"@angular-devkit/build-angular": "0.803.5",
"@angular-devkit/core": "8.3.5",
"@testing-library/testcafe": "^4.1.0",
"@types/node": "^12.0.8",
"semantic-release": "^17.0.7",
"testcafe": "1.8.4",
"testcafe-reporter-html": "^1.4.4",
"ts-node": "^8.3.0",
"typescript": "^3.5.1"
},
"peerDependencies": {
"@angular/core": ">=8.0.0",
"testcafe": ">=1.5.0"
},
"dependencies": {
"lodash": "4.17.15"
}
}