-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
36 lines (36 loc) · 941 Bytes
/
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
{
"name": "@codeceptjs/detox-helper",
"version": "1.1.5",
"description": "Detox helper for CodeceptJS",
"main": "Detox.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "npx documentation readme Detox.js --section=API --shallow",
"release": "npm run docs && npm publish --access public"
},
"files": [
"Detox.js",
"constant.js",
"README.md"
],
"directories": {},
"repository": {
"type": "git",
"url": "git+https://github.com/codeceptjs/detox-helper.git"
},
"author": "Michael Bodnarchuk @davert",
"license": "ISC",
"bugs": {
"url": "https://github.com/codeceptjs/detox-helper/issues"
},
"homepage": "https://github.com/codeceptjs/detox-helper#readme",
"dependencies": {
"detox": "20.32.0",
"react-native": "^0.77.0"
},
"devDependencies": {
"codeceptjs": "3.6.10",
"documentation": "14.0.3",
"expect": "^29.7.0"
}
}