mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
15 lines
427 B
JSON
15 lines
427 B
JSON
{
|
|
"main": "./src/app.ts",
|
|
"description": "New DOM Events",
|
|
"license": "SEE LICENSE IN <your-license-filename>",
|
|
"repository": "<fill-your-repository-here>",
|
|
"dependencies": {
|
|
"@nativescript/core": "file:../../packages/core"
|
|
},
|
|
"devDependencies": {
|
|
"@nativescript/android": "~8.3.0",
|
|
"@nativescript/ios": "~8.3.0",
|
|
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz"
|
|
}
|
|
}
|