{
  "name": "swappable",
  "description": "Lightweight, high-performance drag and drop grid library with smooth animations and touch support. Create interactive, swappable grids with minimal overhead and maximum responsiveness.",
  "version": "1.1.2",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "browser": "./dist/index.umd.js",
  "types": "./dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "cp": "cp dist/index.umd.js docs/ && cp dist/swappable.css docs/",
    "build": "vite build && npm run cp",
    "dev": "vite build --minify false && npm run cp",
    "preview": "vite preview",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "grid dnd",
    "dnd",
    "drag and drop",
    "grid dnd",
    "swappable"
  ],
  "devDependencies": {
    "@types/node": "^24.3.0",
    "typescript": "^5.8.2",
    "vite": "^7.1.0",
    "vite-plugin-dts": "^4.5.4"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wutility/swappable"
  },
  "bugs": {
    "url": "https://github.com/wutility/swappable/issues"
  },
  "homepage": "https://github.com/wutility/swappable#readme"
}
