{
  "name": "usal",
  "version": "1.3.1",
  "type": "module",
  "description": "Ultimate Scroll Animation Library - Lightweight, powerful, wonderfully simple ✨",
  "homepage": "https://usal.dev/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/usaljs/usal.git",
    "directory": "packages/vanilla"
  },
  "bugs": {
    "url": "https://github.com/usaljs/usal/issues"
  },
  "author": "Italo Almeida",
  "license": "MIT",
  "main": "./index.cjs",
  "module": "./index.esm.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "browser": "./usal.umd.js",
      "import": "./index.esm.js",
      "require": "./index.cjs"
    }
  },
  "files": [
    "*.cjs",
    "*.js",
    "*.map",
    "*.ts",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "javascript",
    "animation",
    "css-animations",
    "web-animation",
    "scroll-animations",
    "intersection-observer",
    "scroll-lib"
  ],
  "sideEffects": false,
  "browser": "./usal.umd.js",
  "unpkg": "./usal.min.js",
  "jsdelivr": "./usal.min.js"
}
