mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
25 lines
789 B
JSON
25 lines
789 B
JSON
{
|
|
"main": "main.js",
|
|
"description": "NativeScript Application",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NativeScript/NativeScript.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "npx rimraf hooks node_modules platforms package-lock.json && npm i"
|
|
},
|
|
"dependencies": {
|
|
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
|
|
"@nativescript/core": "file:../../packages/core"
|
|
},
|
|
"devDependencies": {
|
|
"@nativescript/android": "7.0.1",
|
|
"@nativescript/ios": "7.2.0",
|
|
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
|
"typescript": "file:../../node_modules/typescript"
|
|
},
|
|
"gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3",
|
|
"readme": "NativeScript Application"
|
|
}
|