{
  "name": "@transistorsoft/background-geolocation-types",
  "version": "5.2.0",
  "type": "commonjs",
  "description": "Shared TypeScript type definitions and documentation for Transistor Software's Background Geolocation SDKs (React Native, Capacitor, Cordova)",
  "author": "Transistor Software <info@transistorsoft.com>",
  "license": "MIT",
  "homepage": "https://github.com/transistorsoft/background-geolocation",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/transistorsoft/background-geolocation.git",
    "directory": "packages/background-geolocation-types"
  },
  "files": [
    "dist",
    "typedoc.json",
    "tsconfig.json"
  ],
  "keywords": [
    "typescript",
    "types",
    "background-geolocation",
    "react-native",
    "capacitor",
    "cordova",
    "geolocation",
    "transistorsoft"
  ],
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "sideEffects": false,
  "scripts": {
    "clean": "rimraf dist",
    "build": "tsc -p tsconfig.json",
    "watch": "tsc -p tsconfig.json -w",
    "prepare": "pnpm run build",
    "docs": "typedoc --options typedoc.json",
    "prepublishOnly": "pnpm run build"
  },
  "devDependencies": {
    "@types/node": "^24.10.0",
    "rimraf": "^5.0.0",
    "typedoc": "^0.28.14",
    "typedoc-plugin-markdown": "^4.9.0",
    "typescript": "^5.6.0"
  }
}
