capacitor-geofence-box-tracker
Version:
Capacitor Geofence Tracker
50 lines (49 loc) • 1.04 kB
JSON
{
"name": "capacitor-geofence-box-tracker",
"version": "1.0.11",
"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": "",
"license": "MIT",
"dependencies": {
"@capacitor/core": "^2.2.0"
},
"devDependencies": {
"@capacitor/android": "^2.2.0",
"@capacitor/ios": "^2.2.0",
"typescript": "^3.9.5"
},
"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"
}
}