{
  "name": "spring-easing",
  "version": "2.3.3",
  "type": "module",
  "sideEffects": false,
  "description": "Quick and easy spring animations. Works with other animation libraries (animejs, framer motion, motion one, @okikio/animate, etc...) or the Web Animation API (WAAPI).",
  "umd": "SpringEasing",
  "access": "public",
  "legacy": "lib/index.js",
  "main": "lib/index.cjs",
  "types": "lib/index.d.ts",
  "browser": "lib/index.mjs",
  "module": "lib/index.mjs",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "require": "./lib/index.cjs",
      "import": "./lib/index.mjs",
      "browser": "./lib/index.mjs",
      "unpkg": "./lib/index.mjs",
      "legacy": "./lib/index.js",
      "default": "./lib/index.mjs"
    },
    "./lib/*": "./lib/*",
    "./src/*": "./src/*",
    "./package.json": "./package.json"
  },
  "directories": {
    "lib": "./lib",
    "src": "./src"
  },
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "typedoc": "esbuild ./.typedoc/typedoc.tsx --format=cjs --outfile=./.typedoc/typedoc.cjs && typedoc && esno ./.typedoc/rehype.ts",
    "preview": "vite docs",
    "start": "vite docs",
    "fixtures": "vite tests/fixture",
    "test": "vitest",
    "test:run": "vitest run",
    "repl": "esno repl.ts",
    "build": "vite build",
    "pre-release": "pnpm test:run && pnpm build && pnpm typedoc",
    "semantic-release": "semantic-release"
  },
  "changelog": {
    "repo": "spring-easing",
    "labels": {
      "breaking": ":boom: Breaking Change",
      "enhancement": ":rocket: Enhancement",
      "bug": ":bug: Bug Fix",
      "documentation": ":memo: Documentation",
      "internal": ":house: Internal",
      "revert": ":rewind: Revert"
    },
    "cacheDir": ".changelog"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS --verbose"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/okikio/spring-easing.git"
  },
  "keywords": [
    "spring-easing",
    "typescript",
    "animation",
    "easing",
    "spring",
    "framer-motion",
    "motion-one",
    "@okikio/animate",
    "web-animation-api",
    "waapi",
    "linear-easing",
    "css-spring-easing",
    "custom-easing"
  ],
  "author": {
    "name": "Okiki Ojo",
    "email": "hey@okikio.dev",
    "url": "https://okikio.dev"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/okikio/spring-easing/issues"
  },
  "homepage": "https://spring-easing.okikio.dev",
  "devDependencies": {
    "@commitlint/cli": "^17.6.3",
    "@commitlint/config-conventional": "^17.6.3",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/node": "^20.2.1",
    "@types/web": "^0.0.99",
    "esbuild": "^0.17.19",
    "esno": "^0.16.3",
    "fast-glob": "^3.2.12",
    "hastscript": "^7.2.0",
    "husky": "^8.0.3",
    "pnpm": "^8.5.1",
    "rehype-accessible-emojis": "^0.3.2",
    "rehype-external-links": "^2.1.0",
    "rehype-parse": "^8.0.4",
    "rehype-slug": "^5.1.0",
    "rehype-stringify": "^9.0.3",
    "rehype-urls": "^1.1.1",
    "semantic-release": "^21.0.2",
    "typedoc": "^0.24.7",
    "typedoc-plugin-extras": "^2.3.3",
    "typedoc-plugin-inline-sources": "^1.0.1",
    "typedoc-plugin-mdn-links": "^3.0.3",
    "typescript": "^5.0.4",
    "unified": "^10.1.2",
    "vite": "^4.3.8",
    "vite-plugin-dts": "^2.3.0",
    "vitest": "^0.31.1"
  }
}
