-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 882 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 882 Bytes
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
{
"name": "@codeceptjs/detox-helper",
"version": "1.1.14",
"description": "Detox helper for CodeceptJS",
"main": "Detox.js",
"scripts": {
"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.47.0",
"react-native": "^0.84.0"
},
"devDependencies": {
"codeceptjs": "3.7.6",
"documentation": "14.0.3",
"expect": "^30.0.5"
}
}