{
  "name": "remotion-animation",
  "version": "1.0.5",
  "description": "Use Css Keyframes and Animations from animate.css in remotion.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c",
    "publish": "npm run build && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ahgsql/remotion-animation.git"
  },
  "keywords": [
    "react",
    "remotion",
    "css keyframes",
    "animate.css"
  ],
  "author": "ahgsql",
  "license": "MIT",
  "dependencies": {
    "pure-md5": "^0.1.13"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "remotion": "^2.1.12"
  },
  "devDependencies": {
    "@babel/core": "^7.14.6",
    "@babel/preset-env": "^7.14.7",
    "@babel/preset-react": "^7.14.5",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "react": "^17.0.2",
    "rollup": "^2.52.4",
    "rollup-plugin-terser": "^7.0.2",
    "yarn-upgrade-all": "^0.5.4"
  }
}
