{
  "name": "svga-web",
  "version": "2.4.4",
  "packageManager": "pnpm@11.1.1",
  "description": "A SVGA player for modern Web.",
  "homepage": "https://github.com/Naeemo/svga-web",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "bugs": {
    "url": "https://github.com/Naeemo/svga-web/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Naeemo/svga-web.git"
  },
  "keywords": [
    "svga",
    "svga web player",
    "Typescript",
    "svga.lite"
  ],
  "files": [
    "dist",
    "src"
  ],
  "type": "module",
  "main": "./dist/svga-web.js",
  "module": "./dist/svga-web.umd.cjs",
  "exports": {
    ".": {
      "import": "./dist/svga-web.js",
      "require": "./dist/svga-web.umd.cjs"
    }
  },
  "types": "src/index.ts",
  "scripts": {
    "prestart": "prettier --check ./src && tsc -p ./",
    "start": "eslint ./src && vite",
    "prebuild": "prettier --check ./src && tsc -p ./",
    "build": "vite build",
    "prepublish": "pnpm build",
    "proto": "node scripts/generate-proto.mjs"
  },
  "author": "naeemo<naeemo@qq.com>",
  "license": "MIT",
  "devDependencies": {
    "@eslint/js": "^9.33.0",
    "@types/node": "^24",
    "@types/offscreencanvas": "^2019.6.4",
    "@types/pako": "^2.0.4",
    "eslint": "^9.33.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "husky": "^9.1.7",
    "jiti": "^2.7.0",
    "lint-staged": "^15.5.2",
    "pako": "^2.0.4",
    "prettier": "^3.8.3",
    "protobufjs": "^8.2.0",
    "protobufjs-cli": "^2.2.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.59.3",
    "vite": "^8.0.12"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.+(ts|js|json|md|html)": [
      "eslint --fix",
      "prettier --write"
    ]
  }
}
