generated from testing-library/testcafe-testing-library
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
53 lines (53 loc) · 1.39 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": "@testing-library/nightwatch",
"version": "1.0.1-semantically-released",
"description": "",
"main": "dist/index.js",
"typings": "typings",
"scripts": {
"add-contributor": "kcd-scripts contributors add",
"build": "kcd-scripts build",
"lint": "kcd-scripts lint",
"test:unit": "kcd-scripts test --no-watch --config=jest.config.js",
"test:nightwatch:serve": "serve --listen 13370 ./test-app",
"test:nightwatch:run": "nightwatch",
"validate": "kcd-scripts validate build,lint,test",
"test:nightwatch": "npm-run-all --silent --parallel --race test:nightwatch:serve test:nightwatch:run",
"test": "npm-run-all --parallel test:nightwatch",
"semantic-release": "semantic-release"
},
"files": [
"dist",
"typings"
],
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.4.3",
"@testing-library/dom": "^7.0.4",
"nightwatch": "^1.2.4",
"simmerjs": "^0.5.6"
},
"devDependencies": {
"chromedriver": "^89.0.0",
"eslint": "^6.5.1",
"kcd-scripts": "^5.0.0",
"npm-run-all": "^4.1.5",
"semantic-release": "^17.0.2",
"serve": "^11.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/testing-library/nightwatch-testing-library.git"
},
"release": {
"branches": [
"main",
"next"
]
},
"publishConfig": {
"access": "public"
}
}