Broks Randolfs Gailītis 1c2d245f7c
Some checks failed
CI / main (push) Failing after 4m54s
Initial places and map implementation
2025-03-15 12:52:17 +02:00

17 lines
466 B
JSON

{
"main": "./src/app.ts",
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"@nativescript-community/ui-carto": "^1.8.18",
"@nativescript/core": "*",
"@nativescript/geolocation": "^9.0.0",
"@nativescript/localize": "^5.2.0"
},
"devDependencies": {
"@nativescript/android": "~8.8.0",
"@nativescript/ios": "~8.8.0"
}
}