nativescript-mapbox-enduco
Version:
Native Maps, by Mapbox.
79 lines (78 loc) • 3.33 kB
JSON
{
"name": "nativescript-mapbox-enduco",
"version": "2.1.22",
"description": "Native Maps, by Mapbox.",
"main": "mapbox",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "6.0.0",
"ios": "6.0.1"
},
"plugin": {
"nan": true,
"pan": true,
"core3": "true",
"category": "Interface"
}
},
"scripts": {
"build": "npm i && tsc --skipLibCheck",
"build.dist": "npm run build && cd ../publish && ./pack.sh && ./unpack.sh",
"demo.ios": "npm run build && cd ../demo && tns run ios --syncAllFiles",
"demo.android": "npm run build && cd ../demo && tns run android",
"demo.android.build": "npm run build && cd ../demo && tns build android --log debug",
"test": "npm run tslint && npm run tslint.demo && cd ../demo && tns build ios && tns build android",
"test.ios": "cd ../demo && tns test ios --emulator --justlaunch",
"test.ios.device": "cd ../demo && tns test ios",
"test.android": "cd ../demo && tns test android --justlaunch",
"plugin.link": "npm link && cd ../demo && npm link nativescript-mapbox && cd ../src",
"preparedemo": "npm run build && cd ../demo && tns plugin remove nativescript-mapbox && tns plugin add ../src && tns install",
"setup": "npm run build && cd ../demo && npm i",
"setupandinstall": "npm i && cd ../demo && npm i && cd ../src && npm run build && cd ../demo && tns plugin add ../src && cd ../src",
"tslint": "tslint --config ../tslint.json '**/*.ts' --exclude '**/node_modules/**'",
"tslint.demo": "tslint --config ../tslint.json '../demo/app/*.ts' --exclude '**/node_modules/**'",
"ci.tslint": "npm i && tslint '**/*.ts' --config ../tslint.json --exclude '**/node_modules/**'",
"prepublishOnly": "npm run build",
"development.setup": "npm run setup && npm link && cd ../demo && npm link nativescript-mapbox && cd ../src",
"generate.typings.ios": "cd ../demo && TNS_DEBUG_METADATA_PATH=\"$(pwd)/metadata\" tns build ios && TNS_TYPESCRIPT_DECLARATIONS_PATH=\"$(pwd)/typings\" tns build ios && echo 'Now look for your library typings in demo/typings!'",
"demo-angular.reset": "cd ../demo-angular && npx rimraf -- hooks node_modules platforms package-lock.json",
"plugin.prepare": "npm run build && cd ../demo-angular && tns plugin remove nativescript-mapbox && tns plugin add ../src",
"clean": "npm run demo-angular.reset && npx rimraf -- node_modules package-lock.json && npm i"
},
"repository": {
"type": "git",
"url": "https://github.com/enduco/nativescript-mapbox.git"
},
"keywords": [
"ecosystem:nativescript",
"NativeScript",
"Map",
"Maps",
"Native Maps",
"Mapbox"
],
"author": {
"name": "enduco",
"email": "hello@enduco.app"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/enduco/nativescript-mapbox/issues"
},
"homepage": "https://github.com/enduco/nativescript-mapbox",
"readmeFilename": "README.md",
"devDependencies": {
"tns-core-modules": "^6.0.0",
"tns-platform-declarations": "^6.0.0",
"typescript": "~3.4.5",
"prompt": "^1.0.0",
"rimraf": "^2.6.3",
"tslint": "^5.14.0",
"semver": "^5.6.0"
},
"bootstrapper": "nativescript-mapbox-enduco",
"dependencies": {
"nativescript-advanced-permissions": "^1.2.0"
}
}