{
  "name": "hikvideoctrl",
  "type": "module",
  "version": "2.1.1",
  "description": "海康威视无插件的现代 TypeScript 封装，统一 async/await API，覆盖设备登录、实时预览、录像回放、抓拍、PTZ 云台与设备维护。",
  "author": {
    "name": "joygqz",
    "email": "joygqz@gmail.com",
    "url": "https://github.com/joygqz"
  },
  "license": "MIT",
  "homepage": "https://github.com/joygqz/hikvideoctrl#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joygqz/hikvideoctrl.git"
  },
  "bugs": {
    "url": "https://github.com/joygqz/hikvideoctrl/issues"
  },
  "keywords": [
    "hikvision",
    "hik",
    "hikvideo",
    "海康",
    "海康威视",
    "海康SDK",
    "海康播放器",
    "海康监控",
    "无插件",
    "无插件开发包",
    "no-plugin",
    "websdk",
    "ipcamera",
    "ip-camera",
    "camera",
    "网络摄像头",
    "nvr",
    "dvr",
    "surveillance",
    "cctv",
    "监控",
    "ptz",
    "ptz-control",
    "云台控制",
    "球机",
    "video",
    "video-player",
    "player",
    "播放器",
    "playback",
    "回放",
    "录像",
    "websocket",
    "rtsp",
    "isapi",
    "h264",
    "h265",
    "typescript",
    "esm",
    "browser"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.umd.cjs"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.umd.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^5.4.1",
    "@microsoft/api-extractor": "^7.53.0",
    "bumpp": "^10.3.1",
    "eslint": "^9.37.0",
    "eslint-plugin-format": "^1.0.2",
    "lint-staged": "^15.2.10",
    "simple-git-hooks": "^2.13.1",
    "typescript": "~5.8.3",
    "unplugin-dts": "1.0.0-beta.6",
    "vite": "^7.1.9"
  },
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "lint-staged": {
    "*": "eslint --fix"
  },
  "scripts": {
    "build": "tsc && vite build",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "typecheck": "tsc --noEmit",
    "release": "bumpp && pnpm publish"
  }
}