{
  "name": "svga-web2",
  "version": "2.4.14",
  "description": "A SVGA player for modern Web.",
  "homepage": "https://github.com/CrazyHuiLiang/svga-web",
  "bugs": {
    "url": "https://github.com/CrazyHuiLiang/svga-web/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CrazyHuiLiang/svga-web.git"
  },
  "keywords": [
    "svga",
    "svga web player",
    "Typescript",
    "svga.lite"
  ],
  "files": [
    "dist",
    "src"
  ],
  "main": "./dist/svga-web2.umd.js",
  "module": "./dist/svga-web2.mjs",
  "exports": {
    ".": {
      "import": "./dist/svga-web2.mjs",
      "require": "./dist/svga-web2.umd.js"
    }
  },
  "types": "src/index.ts",
  "scripts": {
    "prestart": "prettier --check ./src && tsc -p ./",
    "prettier": "prettier -w ./src",
    "start": "eslint ./src && vite",
    "build": "vite build",
    "prepublish": "yarn build",
    "proto": "node scripts/generate-proto.mjs"
  },
  "author": "crazyhuiliang<crazyhuiliang@163.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^18.7.5",
    "@types/offscreencanvas": "^2019.6.4",
    "@types/pako": "^2.0.0",
    "@typescript-eslint/eslint-plugin": "^5.33.1",
    "@typescript-eslint/parser": "^5.33.1",
    "eslint": "^8.22.0",
    "eslint-config-prettier": "^8.4.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.1",
    "lint-staged": "^13.0.3",
    "np": "^7.5.0",
    "pako": "^2.0.4",
    "prettier": "^2.4.1",
    "protobufjs": "^7.0.0",
    "protobufjs-cli": "^1.0.0",
    "typescript": "^4.5.5",
    "vite": "^3.0.8"
  },
  "dependencies": {
    "howler": "^2.2.4"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.+(ts|js|json|md|html)": [
      "eslint --fix",
      "prettier --write"
    ]
  }
}
