All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m24s
16 lines
415 B
JSON
16 lines
415 B
JSON
{
|
|
"main": "./src/app.ts",
|
|
"description": "NativeScript Application",
|
|
"license": "SEE LICENSE IN <your-license-filename>",
|
|
"repository": "<fill-your-repository-here>",
|
|
"dependencies": {
|
|
"@nativescript/core": "*",
|
|
"@nativescript/geolocation": "^9.0.0",
|
|
"@nativescript/localize": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nativescript/android": "~8.8.0",
|
|
"@nativescript/ios": "~8.8.0"
|
|
}
|
|
}
|