{
  "name": "@evercam/api",
  "version": "1.0.0-ae97ae0a0",
  "description": "Evercam API client",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evercam/evercam-frontend.git"
  },
  "author": "Evercam - Constuction Cameras.",
  "license": "MIT",
  "private": false,
  "type": "module",
  "main": "dist/index.umd.js",
  "module": "dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.umd.js"
    },
    "./types": "./dist/src/types.ts"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=22"
  },
  "readme": "README.md",
  "scripts": {
    "preinstall": "node ../shared/ci-scripts/check-bootstrap.js",
    "bootstrap": "node ../shared/ci-scripts/bootstrap.js",
    "clean": "rimraf dist",
    "typecheck": "tsc --noEmit",
    "build:types": "tsc --declaration --emitDeclarationOnly",
    "build": "yarn clean && vite build && yarn build:types",
    "ci": "(cd ../..; yarn ci)",
    "publish-api": "cd ../.. && yarn publish-api"
  },
  "devDependencies": {
    "@types/node": "^25.9.1",
    "vite": "latest",
    "vite-plugin-commonjs": "^0.10.3",
    "vite-plugin-dts": "^4.5.4"
  },
  "peerDependencies": {
    "axios": "^1.7.7",
    "humps": "^2.0.1",
    "idb-keyval": "^6.2.2",
    "moment-timezone": "^0.5.46"
  }
}