capacitor-geofence-box-tracker
Version:
Capacitor Geofence Tracker
50 lines (49 loc) • 1.05 kB
JSON
{
"name": "capacitor-geofence-box-tracker",
"version": "0.0.31",
"description": "Capacitor Geofence Tracker",
"main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"scripts": {
"build": "npm run clean && tsc",
"clean": "rm -rf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build"
},
"author": "Jaimbox",
"license": "MIT",
"dependencies": {
"@capacitor/core": "latest"
},
"devDependencies": {
"typescript": "^3.2.4",
"@capacitor/ios": "latest",
"@capacitor/android": "latest"
},
"files": [
"dist/",
"ios/",
"android/",
"CapacitorGeofenceBoxTracker.podspec"
],
"keywords": [
"capacitor",
"plugin",
"native"
],
"capacitor": {
"ios": {
"src": "ios"
},
"android": {
"src": "android"
}
},
"repository": {
"type": "git",
"url": "https://github.com/jaimbox/capacitor-geofence-box-tracker.git"
},
"bugs": {
"url": "https://github.com/jaimbox/capacitor-geofence-box-tracker.git/issues"
}
}