{
  "name": "@esm-bundle/lottie-web",
  "version": "5.8.1",
  "description": "Repo to test esm-bundle's automatic publishing",
  "main": "lottie.js",
  "module": "esm/lottie.js",
  "type": "module",
  "scripts": {
    "test": "pnpm build && concurrently -n w: 'pnpm:test:*'",
    "test:browser": "karma start karma.conf.cjs --single-run",
    "debug:test:browser": "karma start karma.conf.cjs",
    "test:unit": "mocha -r chai/register-expect 'node-test/**/*.*'",
    "test:formatting": "prettier --check './**/*'",
    "build": "rollup -c",
    "format": "prettier --write './**/*'",
    "release": "release-it",
    "prepublishOnly": "pnpm build && pinst --disable",
    "_postinstall": "husky install",
    "postpublish": "pinst --enable"
  },
  "files": [
    "esm",
    "system"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/esm-bundle/lottie-web.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/esm-bundle/lottie-web/issues"
  },
  "homepage": "https://github.com/esm-bundle/lottie-web#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "21.0.0",
    "@rollup/plugin-node-resolve": "13.0.5",
    "chai": "4.3.4",
    "concurrently": "6.3.0",
    "glob-all": "3.2.1",
    "husky": "7.0.4",
    "jest-cli": "27.3.1",
    "karma": "6.3.8",
    "karma-firefox-launcher": "2.1.2",
    "karma-jasmine": "4.0.1",
    "lottie-web": "5.8.1",
    "mocha": "9.1.3",
    "pinst": "2.1.6",
    "prettier": "2.4.1",
    "pretty-quick": "3.1.1",
    "release-it": "14.11.6",
    "release-it-plugin-esm-bundle": "2.1.0",
    "rollup": "2.59.0",
    "rollup-plugin-copy": "3.3.0",
    "rollup-plugin-terser": "7.0.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
