|
1 | 1 | { |
2 | 2 | "name": "@metamask/multichain-react-native-playground", |
3 | 3 | "version": "0.0.0", |
| 4 | + "private": true, |
4 | 5 | "description": "A native test dapp for multichain api", |
5 | 6 | "keywords": [ |
6 | 7 | "MetaMask", |
|
21 | 22 | "dist/" |
22 | 23 | ], |
23 | 24 | "scripts": { |
| 25 | + "allow-scripts": "", |
| 26 | + "android": "expo start --android", |
24 | 27 | "build": "echo 'builds via expo'", |
| 28 | + "changelog:format": "../../scripts/format-changelog.sh @metamask/multichain-react-native-playground", |
25 | 29 | "changelog:update": "../../scripts/update-changelog.sh @metamask/multichain-react-native-playground", |
26 | 30 | "changelog:validate": "../../scripts/validate-changelog.sh @metamask/multichain-react-native-playground", |
27 | | - "start": "expo start --tunnel", |
28 | | - "android": "expo start --android", |
29 | 31 | "ios": "expo start --ios", |
30 | | - "web": "expo start --web", |
| 32 | + "start": "expo start --tunnel", |
31 | 33 | "test": "echo \"No test specified\"", |
32 | 34 | "test:verbose": "yarn test", |
33 | | - "allow-scripts": "" |
| 35 | + "web": "expo start --web" |
34 | 36 | }, |
35 | 37 | "dependencies": { |
36 | 38 | "@expo/vector-icons": "^15.0.2", |
|
82 | 84 | "eslint-config-expo": "~10.0.0", |
83 | 85 | "typescript": "~5.9.2" |
84 | 86 | }, |
| 87 | + "engines": { |
| 88 | + "node": "^18.18 || >=20" |
| 89 | + }, |
| 90 | + "publishConfig": { |
| 91 | + "access": "restricted", |
| 92 | + "registry": "https://registry.npmjs.org/" |
| 93 | + }, |
85 | 94 | "lavamoat": { |
86 | 95 | "allowScripts": { |
87 | 96 | "@lavamoat/preinstall-always-fail": false, |
|
93 | 102 | "@metamask/connect-multichain>@metamask/mobile-wallet-protocol-dapp-client>@metamask/mobile-wallet-protocol-core>centrifuge>protobufjs": false, |
94 | 103 | "@metamask/connect-multichain>@metamask/mobile-wallet-protocol-core>centrifuge>protobufjs": false |
95 | 104 | } |
96 | | - }, |
97 | | - "private": true, |
98 | | - "engines": { |
99 | | - "node": "^18.18 || >=20" |
100 | | - }, |
101 | | - "publishConfig": { |
102 | | - "access": "restricted", |
103 | | - "registry": "https://registry.npmjs.org/" |
104 | 105 | } |
105 | 106 | } |
0 commit comments