{
  "name": "@intruder-detection/frigate-http-api-typescript",
  "version": "0.14.18",
  "description": "Typescript client for the Frigate HTTP API",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "keywords": [
    "Frigate",
    "Frigate HTTP API",
    "Frigate HTTP API Nodejs",
    "Frigate HTTP API Typescript",
    "Frigate HTTP API Javascript"
  ],
  "repository": {
    "url": "git+https://github.com/intruder-detection/frigate-http-api-typescript.git"
  },
  "homepage": "https://intruder-detection.github.io/frigate-http-api-typescript",
  "scripts": {
    "// DEBUG": "",
    "debug": "dotenv -- npx tsx --inspect-brk test/main.ts",
    "// BUILD": "",
    "barrel": "barrelsby --delete --directory src -F -q",
    "build": "npm run barrel && tsup"
  },
  "type": "module",
  "author": "Rui Alves",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.7.2"
  },
  "devDependencies": {
    "@types/node": "^20.14.2",
    "barrelsby": "^2.8.1",
    "@typescript-eslint/eslint-plugin": "^6.1.0",
    "dotenv-cli": "^7.4.1",
    "eslint": "^8.45.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-deprecation": "^1.4.1",
    "eslint-plugin-prettier": "^5.0.0",
    "npx": "^10.2.2",
    "prettier": "^3.3.1",
    "tsx": "^4.15.1",
    "typescript": "^5.4.5",
    "zod": "^3.23.8",
    "tsup": "^8.2.2"
  },
  "directories": {
    "test": "test"
  },
  "bugs": {
    "url": "https://github.com/intruder-detection/frigate-http-api-typescript/issues"
  }
}
