Files
NativeScript/apps/toolbox/package.json
2022-03-08 15:05:16 -08:00

21 lines
610 B
JSON

{
"main": "src/main.ts",
"description": "NativeScript Application",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/NativeScript.git"
},
"dependencies": {
"@nativescript/core": "file:../../packages/core",
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
"@nativescript/imagepicker": "^1.0.6"
},
"devDependencies": {
"@nativescript/android": "~8.2.1",
"@nativescript/ios": "~8.2.1",
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"typescript": "4.5.4"
}
}