{
  "name": "react-adobe-animate",
  "version": "3.1.0",
  "description": "React component that helps embed Adobe Animate's animations into your project.",
  "main": "build/index.js",
  "module": "build/index.es.js",
  "jsnext:main": "build/index.es.js",
  "types": "build/index.d.ts",
  "files": [
    "build"
  ],
  "scripts": {
    "start": "rollup -c --watch",
    "lint": "yarn run lint:tsc && yarn run lint:eslint",
    "lint:eslint": "eslint src/*",
    "lint:tsc": "tsc --noEmit",
    "build": "rollup -c",
    "cz": "git-cz",
    "semantic-release": "semantic-release",
    "_postinstall": "husky install",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable"
  },
  "author": {
    "name": "Bartosz Legięć",
    "email": "bartosz+github@legiec.io",
    "url": "https://legiec.io"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bibixx/react-adobe-animate"
  },
  "license": "MIT",
  "devDependencies": {
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-node-resolve": "^14.0.1",
    "@types/react": "^17.0.0 || ^18.0.0",
    "@types/react-dom": "^17.0.0 || ^18.0.0",
    "@typescript-eslint/eslint-plugin": "^5.36.2",
    "@typescript-eslint/parser": "^5.36.2",
    "createjs-module": "^0.8.3",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.23.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-import-resolver-typescript": "^3.5.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.31.8",
    "eslint-plugin-react-hooks": "^4.6.0",
    "husky": "^8.0.1",
    "pinst": "^3.0.0",
    "prettier": "^2.7.1",
    "rollup": "^2.79.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.33.0",
    "semantic-release": "^19.0.5",
    "typescript": "^4.8.3"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0"
  },
  "keywords": [
    "react",
    "adobe",
    "adobe animate"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {}
}
