forked from infinitered/reactotron
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 947 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "reactotron-monorepo",
"version": "0.0.1",
"scripts": {
"bootstrap": "lerna bootstrap",
"clean": "lerna clean --yes",
"build": "lerna run build --scope 'reactotron-core-*' --scope 'reactotron-redux*' --scope 'reactotron-apisauce' --scope 'reactotron-react-native' --scope 'reactotron-react-js' --scope 'reactotron-cli'",
"copy-internal-deps": "cd packages/demo-react-native && ./copy-internal-deps.sh && cd ../..",
"test": "lerna run test --scope 'reactotron-core-*' --scope 'reactotron-redux*' --scope 'reactotron-apisauce' --scope 'reactotron-react-native' --scope 'reactotron-react-js' --scope 'reactotron-cli'",
"lint": "lerna run lint",
"welcome": "yarn run clean && yarn run bootstrap -- --ignore-engines && yarn run build && yarn run copy-internal-deps && yarn run lint -s"
},
"devDependencies": {
"lerna": "^2.0.0-beta.38"
},
"dependencies": {
"stringify-object": "^3.2.0"
}
}