{
  "name": "vanilla-animation",
  "version": "1.0.8",
  "license": "MIT",
  "author": "Simone Miterangelis <simone@mite.it>",
  "description": "a super light vanilla animation scroll down",
  "main": "dist/vanilla-animation.js",
  "types": "dist/vanilla-animation.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mitera/vanilla-animation.git"
  },
  "keywords": [
    "animation",
    "scroll down",
    "vanilla",
    "super light",
    "vanimation"
  ],
  "bugs": {
    "url": "https://github.com/mitera/vanilla-animation/issues"
  },
  "homepage": "https://github.com/mitera/vanilla-animation#readme",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "dev": "rollup --config --watch",
    "build": "rollup --config && terser dist/vanilla-animation.js -o dist/vanilla-animation.min.js"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.5",
    "esbuild": "^0.25.4",
    "rollup": "^4.41.1",
    "terser": "^5.39.2",
    "tslib": "^2.8.1",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "animate.css": "^4.1.1"
  }
}
