24 строки
573 B
JSON
24 строки
573 B
JSON
{
|
|
"name": "react-native-xaml-repo",
|
|
"version": "0.0.3",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc --project package",
|
|
"change": "beachball change",
|
|
"bump": "beachball bump && nuget restore example\\windows && pushd package && yarn codegen && popd"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/react-native-xaml.git",
|
|
"baseUrl": "https://github.com/microsoft/react-native-xaml"
|
|
},
|
|
"license": "MIT",
|
|
"workspaces": {
|
|
"packages": [
|
|
"example",
|
|
"examplenuget",
|
|
"package"
|
|
]
|
|
}
|
|
}
|