mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
21 lines
560 B
JSON
21 lines
560 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "lerna bootstrap",
|
|
"demo:ios": "lerna run --scope=react-native-debug-console-demo --stream ios",
|
|
"demo:web": "lerna run --scope=react-native-debug-console-demo --stream web",
|
|
"test": "lerna run --stream test"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.5.0",
|
|
"@babel/preset-typescript": "^7.3.3",
|
|
"jest": "^24.8.0",
|
|
"lerna": "^3.0.3",
|
|
"react-test-renderer": "^16.8.6",
|
|
"typescript": "^3.5.2"
|
|
}
|
|
}
|