{
  "name": "use-sortablejs",
  "version": "1.2.0",
  "type": "module",
  "source": "src/index.ts",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "/build"
  ],
  "sideEffects": false,
  "license": "MIT",
  "author": "https://github.com/harrel56",
  "homepage": "https://harrel56.github.io/use-sortablejs",
  "description": "SortableJS ported to React hooks",
  "repository": {
    "type": "git",
    "url": "git://github.com/harrel56/use-sortablejs.git",
    "directory": "main"
  },
  "scripts": {
    "build": "bun run build.ts --bun"
  },
  "peerDependencies": {
    "react": ">=17.0.0",
    "@types/react": ">=17.0.0",
    "sortablejs": "^1.0.0",
    "@types/sortablejs": "^1.0.0"
  },
  "devDependencies": {
    "bun-plugin-dts": "0.2.1",
    "typescript": "5.8.2",
    "@types/bun": "1.2.4"
  },
  "keywords": [
    "react",
    "sortable",
    "sortablejs",
    "drag"
  ]
}
