{
  "name": "@its2easy/animate-sprite",
  "version": "2.2.1",
  "description": "Javascript plugin to animate sprite image",
  "author": "Dmitry Kovalev",
  "license": "MIT",
  "main": "build/animate-sprite.umd.min.js",
  "module": "build/animate-sprite.esm.min.js",
  "types": "types/animate-sprite.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "webpack --config config/webpack.prod.js && npx tsc && rollup --config config/rollup.config.js && node config/copy-to-examples.js",
    "start": "webpack-dev-server --progress --config config/webpack.dev.js --open",
    "test": "echo \"Error: no test specified\"",
    "version": "npm run build && git add .",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "build",
    "types/animate-sprite.d.ts"
  ],
  "keywords": [
    "sprite",
    "animation",
    "animate",
    "3D",
    "3Dview",
    "3d sprite",
    "3d rotation",
    "360",
    "viewer",
    "view360",
    "frames",
    "frames animation",
    "360 animation",
    "sprite animation"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/its2easy/animate-sprite"
  },
  "sideEffects": false,
  "devDependencies": {
    "@babel/core": "^7.17.8",
    "@babel/preset-env": "^7.16.11",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^21.0.3",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "babel-loader": "^8.2.4",
    "clean-webpack-plugin": "^4.0.0",
    "core-js": "^3.21.1",
    "rollup": "^2.70.1",
    "rollup-plugin-bundle-size": "^1.0.3",
    "rollup-plugin-dts": "^4.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^4.6.3",
    "webpack": "^5.70.0",
    "webpack-cli": "^4.9.2",
    "webpack-dev-server": "^4.7.4",
    "webpack-merge": "^5.8.0"
  },
  "dependencies": {}
}
