{
  "name": "scrolltosmooth",
  "type": "module",
  "sideEffects": false,
  "version": "4.0.2",
  "description": "Lightweight Vanilla JS Smooth Scroll animation library.",
  "main": "dist/scrolltosmooth.cjs.js",
  "module": "dist/scrolltosmooth.esm.js",
  "browser": "dist/scrolltosmooth.pkgd.min.js",
  "types": "@types/index.d.ts",
  "exports": {
    ".": {
      "types": "./@types/index.d.ts",
      "import": "./dist/scrolltosmooth.esm.js",
      "require": "./dist/scrolltosmooth.cjs.js",
      "default": "./dist/scrolltosmooth.cjs.js"
    },
    "./package.json": "./package.json",
    "./easings/*": {
      "types": "./@types/easings/*.d.ts",
      "import": "./dist/easings/*.js"
    },
    "./plugins/horizontal": {
      "types": "./@types/plugins/horizontal.d.ts",
      "import": "./dist/plugins/horizontal.js",
      "require": "./dist/plugins/horizontal.cjs.js"
    }
  },
  "scripts": {
    "lint": "eslint . --ext .ts",
    "build:types": "tsc -p tsconfig.types.json --emitDeclarationOnly",
    "build:js": "rollup -c",
    "build": "npm run build:types && npm run build:js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bfiessinger/scrollToSmooth.git"
  },
  "keywords": [
    "smooth",
    "scrolling",
    "anchor",
    "smooth scrolling",
    "animated scrolling",
    "scroll animations",
    "anchor scrolling",
    "scroll behavior"
  ],
  "author": "Bastian Fießinger",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bfiessinger/scrollToSmooth/issues"
  },
  "homepage": "https://github.com/bfiessinger/scrollToSmooth#readme",
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/plugin-transform-class-properties": "^7.28.6",
    "@babel/plugin-transform-object-rest-spread": "^7.28.6",
    "@babel/preset-env": "^7.29.0",
    "@babel/preset-typescript": "^7.28.5",
    "@rollup/plugin-babel": "^7.0.0",
    "@rollup/plugin-commonjs": "^29.0.1",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/defaults": "^1.0.6",
    "@typescript-eslint/eslint-plugin": "^8.56.1",
    "@typescript-eslint/parser": "^8.56.1",
    "babel-plugin-add-module-exports": "^1.0.4",
    "eslint": "^10.0.2",
    "rollup": "^4.59.0",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3"
  }
}
