{
  "name": "scrollbun",
  "version": "1.1.0",
  "author": "Olzhas Kurikov, Dinmuhamed Sailaubek",
  "keywords": [
    "React",
    "JavaScript",
    "WebAPI"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/olzh2102/x-scroll"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "main": "out/index.js",
  "module": "out/index.js",
  "types": "out/index.d.ts",
  "devDependencies": {
    "@changesets/cli": "^2.26.2",
    "@types/react": "^18.2.7",
    "bun-types": "latest",
    "tsup": "^7.2.0",
    "typescript": "^5.0.2"
  },
  "peerDependencies": {
    "react": "^18.2.0"
  },
  "description": "React component for horizontal scrolling",
  "license": "MIT",
  "scripts": {
    "release": "bun run build && changeset publish",
    "build": "bun build ./src/index.tsx --outdir ./out --minify --external react --external tsup && tsup ./src/index.tsx --out-dir ./out --dts --dts-only --format ts"
  },
  "type": "module"
}