{
  "name": "ink-scroll-view",
  "version": "0.3.7",
  "description": "A ScrollView component for Ink CLI applications",
  "keywords": [
    "react",
    "ink",
    "cli",
    "terminal",
    "scrollview",
    "component",
    "ui"
  ],
  "homepage": "https://www.byteland.app/opensource/ink-scroll-view",
  "bugs": {
    "url": "https://github.com/ByteLandTechnology/ink-scroll-view/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ByteLandTechnology/ink-scroll-view.git"
  },
  "license": "MIT",
  "author": "ByteLand Technology <github@byteland.app>",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "source": "src/index.tsx",
  "files": [
    "docs",
    "dist"
  ],
  "scripts": {
    "test": "vitest run",
    "prepare": "husky",
    "build": "tsup",
    "docs": "typedoc && prettier --write docs/api"
  },
  "peerDependencies": {
    "ink": "^5 || ^6 || ^7",
    "react": "^18 || ^19"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.2.0",
    "@commitlint/config-conventional": "^20.2.0",
    "@sindresorhus/tsconfig": "^8.1.0",
    "@types/node": "^24.10.1",
    "@types/react": "^19.2.7",
    "husky": "^9.1.7",
    "ink": "^7.0.1",
    "lint-staged": "^16.2.7",
    "prettier": "^3.7.4",
    "react": "^19.2.1",
    "tsup": "^8.5.1",
    "typedoc": "^0.28.15",
    "typedoc-plugin-markdown": "^4.9.0",
    "vitest": "^4.0.16"
  }
}
