{
  "name": "@slidy/easing",
  "version": "1.0.5",
  "description": "Simple easing functions for inertion scrolling",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Valexr/slidy.git"
  },
  "keywords": [
    "Slidy",
    "Easing",
    "Utils",
    "Browser",
    "Script",
    "Js",
    "Ts"
  ],
  "author": {
    "name": "Valexr",
    "email": "valexr@gmail.com",
    "url": "https://github.com/Valexr"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Valexr/Slidy/issues"
  },
  "homepage": "https://github.com/Valexr/Slidy/tree/master/packages/easing",
  "scripts": {
    "dev": "node esbuild --dev",
    "dev:core": "node esbuild --dev",
    "build": "node esbuild && tsc",
    "lint": "eslint './src/**/*.{js,ts}'",
    "lint:fix": "eslint --fix './src/**/*.{js,ts}'",
    "prelint": "pnpm run format",
    "pub": "pnpm build && pnpm publish --no-git-checks --access public",
    "format": "prettier --ignore-path ../../.gitignore --write './src/**/*.{js,ts,md,json,html,css}'"
  }
}