{
  "name": "radar-sdk-js",
  "version": "5.1.2",
  "description": "Web Javascript SDK for Radar, location infrastructure for mobile and web apps.",
  "homepage": "https://radar.com",
  "license": "ISC",
  "author": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/radarlabs/radar-sdk-js.git"
  },
  "workspaces": [
    "packages/*"
  ],
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "module": "dist/radar.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/radar.js"
    },
    "./plugin": {
      "types": "./dist/plugin.d.ts",
      "import": "./dist/plugin.js"
    }
  },
  "scripts": {
    "build": "rollup -c",
    "build:autocomplete": "npm -w packages/autocomplete run build",
    "build:maps": "npm -w packages/maps run build",
    "build:all": "npm run build && npm run build:autocomplete && npm run build:maps",
    "lint": "oxlint --type-aware --type-check",
    "lint:fix": "oxlint --type-aware --fix",
    "fmt": "oxfmt",
    "fmt:check": "oxfmt --check",
    "typecheck": "tsc --noEmit && npm run typecheck --workspaces --if-present",
    "check-latest-tag": "node ./scripts/check-latest-tag.cjs",
    "check-beta-tag": "node ./scripts/check-beta-tag.cjs",
    "bump-version": "node ./scripts/bump-version.cjs",
    "check-plugin-tag": "node ./scripts/check-plugin-tag.cjs",
    "bump-plugin-version": "node ./scripts/bump-plugin-version.cjs",
    "test": "jest --collect-coverage --runInBand",
    "test:watch": "jest --watch",
    "demo": "npm run build && node ./demo/server.cjs",
    "compile-site": "node ./scripts/compile-site.cjs",
    "spell-check": "cspell **/*.md -c cspell.json",
    "prepare": "husky",
    "knip": "knip"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/geojson": "^7946.0.16",
    "@types/jest": "^29.5.1",
    "@types/node": "^25.2.3",
    "cspell": "^9.6.4",
    "express": "^4.18.2",
    "express-handlebars": "^7.0.7",
    "handlebars": "^4.7.7",
    "husky": "^9.1.6",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "jest-fetch-mock": "^3.0.3",
    "knip": "^5.83.1",
    "lint-staged": "^15.2.10",
    "oxfmt": "^0.32.0",
    "oxlint": "^1.47.0",
    "oxlint-tsgolint": "^0.12.1",
    "rollup": "^4.57.1",
    "ts-jest": "^29.1.0",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "build": "rollup -c",
  "prepublish": "npm run build"
}
