forked from microsoft/react-native-tscodegen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 758 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 758 Bytes
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
27
{
"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",
"test-parser": "cls & yarn build & pushd packages\\RN-TSCodegen-Test & npm run test & popd",
"gen": "cls & pushd packages\\update-test-files & npm run build & npm run start & popd & yarn build"
},
"repository": {
"type": "git",
"url": "git@github.com:microsoft/react-native-tscodegen.git"
},
"license": "MIT",
"workspaces": {
"packages": [
"packages/*"
]
},
"devDependencies": {
"beachball": "^1.11.5",
"lerna": "^3.16.1",
"typescript": "^4.7.4"
}
}