|
1 | 1 | { |
2 | | - "name": "@react-native-node-api/test-app", |
3 | | - "private": true, |
4 | | - "version": "0.2.0", |
5 | | - "scripts": { |
6 | | - "metro": "react-native start --no-interactive", |
7 | | - "android": "react-native run-android --no-packager --active-arch-only", |
8 | | - "ios": "react-native run-ios --no-packager", |
9 | | - "pod-install": "cd ios && pod install", |
10 | | - "test:android": "mocha-remote --exit-on-error -- concurrently --kill-others-on-fail --passthrough-arguments npm:metro 'npm:android -- {@}' --", |
11 | | - "test:android:allTests": "MOCHA_REMOTE_CONTEXT=allTests node --run test:android -- ", |
12 | | - "test:android:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples node --run test:android -- ", |
13 | | - "test:android:nodeTests": "MOCHA_REMOTE_CONTEXT=nodeTests node --run test:android -- ", |
14 | | - "test:android:ferricExample": "MOCHA_REMOTE_CONTEXT=ferricExample node --run test:android -- ", |
15 | | - "test:ios": "mocha-remote --exit-on-error -- concurrently --passthrough-arguments --kill-others-on-fail npm:metro 'npm:ios -- {@}' --", |
16 | | - "test:ios:allTests": "MOCHA_REMOTE_CONTEXT=allTests node --run test:ios -- ", |
17 | | - "test:ios:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples node --run test:ios -- ", |
18 | | - "test:ios:nodeTests": "MOCHA_REMOTE_CONTEXT=nodeTests node --run test:ios -- ", |
19 | | - "test:ios:ferricExample": "MOCHA_REMOTE_CONTEXT=ferricExample node --run test:ios -- " |
20 | | - }, |
21 | | - "dependencies": { |
22 | | - "@babel/core": "^7.26.10", |
23 | | - "@babel/preset-env": "^7.26.9", |
24 | | - "@babel/runtime": "^7.27.0", |
25 | | - "@react-native-community/cli": "^20.0.2", |
26 | | - "@react-native-community/cli-platform-android": "^20.0.2", |
27 | | - "@react-native-community/cli-platform-ios": "^20.0.2", |
28 | | - "@react-native-node-api/node-addon-examples": "*", |
29 | | - "@react-native-node-api/node-tests": "*", |
30 | | - "@react-native/babel-preset": "0.81.4", |
31 | | - "@react-native/metro-config": "0.81.4", |
32 | | - "@react-native/typescript-config": "0.81.4", |
33 | | - "@rnx-kit/metro-config": "^2.1.1", |
34 | | - "@types/mocha": "^10.0.10", |
35 | | - "@types/react": "^19.1.0", |
36 | | - "concurrently": "^9.1.2", |
37 | | - "@react-native-node-api/ferric-example": "workspace:*", |
38 | | - "mocha": "^11.6.0", |
39 | | - "mocha-remote-cli": "^1.13.2", |
40 | | - "mocha-remote-react-native": "^1.13.2", |
| 2 | + "name": "@react-native-node-api/test-app", |
| 3 | + "private": true, |
| 4 | + "version": "0.2.0", |
| 5 | + "scripts": { |
| 6 | + "metro": "react-native start --no-interactive", |
| 7 | + "android": "react-native run-android --no-packager --active-arch-only", |
| 8 | + "ios": "react-native run-ios --no-packager", |
| 9 | + "pod-install": "cd ios && pod install", |
| 10 | + "test:android": "mocha-remote --exit-on-error -- concurrently --kill-others-on-fail --passthrough-arguments npm:metro 'npm:android -- {@}' --", |
| 11 | + "test:android:allTests": "MOCHA_REMOTE_CONTEXT=allTests node --run test:android -- ", |
| 12 | + "test:android:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples node --run test:android -- ", |
| 13 | + "test:android:nodeTests": "MOCHA_REMOTE_CONTEXT=nodeTests node --run test:android -- ", |
| 14 | + "test:android:ferricExample": "MOCHA_REMOTE_CONTEXT=ferricExample node --run test:android -- ", |
| 15 | + "test:ios": "mocha-remote --exit-on-error -- concurrently --passthrough-arguments --kill-others-on-fail npm:metro 'npm:ios -- {@}' --", |
| 16 | + "test:ios:allTests": "MOCHA_REMOTE_CONTEXT=allTests node --run test:ios -- ", |
| 17 | + "test:ios:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples node --run test:ios -- ", |
| 18 | + "test:ios:nodeTests": "MOCHA_REMOTE_CONTEXT=nodeTests node --run test:ios -- ", |
| 19 | + "test:ios:ferricExample": "MOCHA_REMOTE_CONTEXT=ferricExample node --run test:ios -- " |
| 20 | + }, |
| 21 | + "dependencies": { |
| 22 | + "@babel/core": "^7.26.10", |
| 23 | + "@babel/preset-env": "^7.26.9", |
| 24 | + "@babel/runtime": "^7.27.0", |
| 25 | + "@react-native-community/cli": "^20.0.2", |
| 26 | + "@react-native-community/cli-platform-android": "^20.0.2", |
| 27 | + "@react-native-community/cli-platform-ios": "^20.0.2", |
| 28 | + "@react-native-node-api/node-addon-examples": "workspace:*", |
| 29 | + "@react-native-node-api/node-tests": "workspace:*", |
| 30 | + "@react-native/babel-preset": "0.81.4", |
| 31 | + "@react-native/metro-config": "0.81.4", |
| 32 | + "@react-native/typescript-config": "0.81.4", |
| 33 | + "@rnx-kit/metro-config": "^2.1.1", |
| 34 | + "@types/mocha": "^10.0.10", |
| 35 | + "@types/react": "^19.1.0", |
| 36 | + "concurrently": "^9.1.2", |
| 37 | + "@react-native-node-api/ferric-example": "workspace:*", |
| 38 | + "mocha": "^11.6.0", |
| 39 | + "mocha-remote-cli": "^1.13.2", |
| 40 | + "mocha-remote-react-native": "^1.13.2", |
41 | 41 | "react": "19.1.0", |
42 | | - "react-native": "0.81.4", |
43 | | - "react-native-node-api": "workspace:*", |
44 | | - "react-native-test-app": "^4.3.3" |
45 | | - } |
| 42 | + "react-native": "0.81.4", |
| 43 | + "react-native-node-api": "workspace:*", |
| 44 | + "react-native-test-app": "^4.3.3" |
| 45 | + } |
46 | 46 | } |
0 commit comments