forked from microsoft/react-native-tscodegen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 786 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "react-native-tscodegen-repo",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "lerna run build --stream",
"test": "lerna run test --stream",
"change": "node ./node_modules/beachball/bin/beachball.js change",
"fix": "cls && pushd packages\\RN-TSCodegen && npm run build & cd ..\\RN-TSCodegen-Test && npm run build && npm run test && popd",
"gen": "cls && pushd packages\\update-test-files && npm run build & cd ..\\RN-TSCodegen-Test && npm run build && popd"
},
"repository": {
"type": "git",
"url": "[email protected]:microsoft/react-native-tscodegen.git"
},
"license": "MIT",
"workspaces": {
"packages": [
"packages/*"
]
},
"devDependencies": {
"beachball": "^1.11.5",
"lerna": "^3.16.1"
}
}