|
1 | 1 | {
|
2 |
| - "name": "@nativescript/detox", |
3 |
| - "version": "1.0.2", |
4 |
| - "description": "Simplifies usage of wix/Detox e2e tests in NativeScript apps!", |
5 |
| - "main": "index", |
6 |
| - "typings": "index.d.ts", |
7 |
| - "bin": { |
8 |
| - "enable-animations": "scripts/enable-animations.js" |
9 |
| - }, |
10 |
| - "scripts": { |
11 |
| - "postinstall": "node postinstall.js", |
12 |
| - "preuninstall": "node preuninstall.js" |
13 |
| - }, |
14 |
| - "nativescript": { |
15 |
| - "platforms": { |
16 |
| - "android": "8.0.0" |
17 |
| - }, |
18 |
| - "hooks": [ |
19 |
| - { |
20 |
| - "type": "before-build-task-args", |
21 |
| - "script": "scripts/detox-build.js", |
22 |
| - "inject": true |
23 |
| - } |
24 |
| - ] |
25 |
| - }, |
26 |
| - "repository": { |
27 |
| - "type": "git", |
28 |
| - "url": "https://github.com/NativeScript/plugins.git" |
29 |
| - }, |
30 |
| - "keywords": [ |
31 |
| - "NativeScript", |
32 |
| - "JavaScript", |
33 |
| - "TypeScript", |
34 |
| - "Android", |
35 |
| - "e2e", |
36 |
| - "testing", |
37 |
| - "tests", |
38 |
| - "detox" |
39 |
| - ], |
40 |
| - "author": { |
41 |
| - "name": "NativeScript", |
42 |
| - "email": "oss@nativescript.org" |
43 |
| - }, |
44 |
| - "bugs": { |
45 |
| - "url": "https://github.com/NativeScript/plugins/issues" |
46 |
| - }, |
47 |
| - "license": "Apache-2.0", |
48 |
| - "homepage": "https://github.com/NativeScript/plugins", |
49 |
| - "readmeFilename": "README.md", |
50 |
| - "bootstrapper": "@nativescript/plugin-seed", |
51 |
| - "dependencies": { |
52 |
| - "@nativescript/hook": "^2.0.0" |
53 |
| - } |
| 2 | + "name": "@nativescript/detox", |
| 3 | + "version": "1.0.2", |
| 4 | + "description": "Simplifies usage of wix/Detox e2e tests in NativeScript apps!", |
| 5 | + "main": "index", |
| 6 | + "typings": "index.d.ts", |
| 7 | + "bin": { |
| 8 | + "enable-animations": "scripts/enable-animations.js" |
| 9 | + }, |
| 10 | + "scripts": { |
| 11 | + "postinstall": "node postinstall.js", |
| 12 | + "preuninstall": "node preuninstall.js" |
| 13 | + }, |
| 14 | + "nativescript": { |
| 15 | + "platforms": { |
| 16 | + "android": "8.0.0" |
| 17 | + }, |
| 18 | + "hooks": [ |
| 19 | + { |
| 20 | + "type": "before-build-task-args", |
| 21 | + "script": "scripts/detox-build.js", |
| 22 | + "inject": true |
| 23 | + } |
| 24 | + ] |
| 25 | + }, |
| 26 | + "repository": { |
| 27 | + "type": "git", |
| 28 | + "url": "https://github.com/NativeScript/plugins.git" |
| 29 | + }, |
| 30 | + "keywords": [ |
| 31 | + "NativeScript", |
| 32 | + "JavaScript", |
| 33 | + "TypeScript", |
| 34 | + "Android", |
| 35 | + "e2e", |
| 36 | + "testing", |
| 37 | + "tests", |
| 38 | + "detox" |
| 39 | + ], |
| 40 | + "author": { |
| 41 | + "name": "NativeScript", |
| 42 | + "email": "oss@nativescript.org" |
| 43 | + }, |
| 44 | + "bugs": { |
| 45 | + "url": "https://github.com/NativeScript/plugins/issues" |
| 46 | + }, |
| 47 | + "license": "Apache-2.0", |
| 48 | + "homepage": "https://github.com/NativeScript/plugins", |
| 49 | + "readmeFilename": "README.md", |
| 50 | + "bootstrapper": "@nativescript/plugin-seed", |
| 51 | + "dependencies": { |
| 52 | + "@nativescript/hook": "^2.0.0" |
| 53 | + } |
54 | 54 | }
|
0 commit comments