{
  "name": "@neodrag/solid",
  "version": "2.3.1",
  "description": "SolidJS library to add dragging to your apps 😉",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "type": "module",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/*"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": {
        "production": "./dist/min/index.js",
        "development": "./dist/index.js"
      },
      "default": "./dist/min/index.js"
    },
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PuruVJ/neodrag.git"
  },
  "keywords": [
    "draggable",
    "solid",
    "react-draggable",
    "drag",
    "neodrag",
    "small",
    "tiny",
    "performant",
    "neodrag"
  ],
  "author": "Puru Vijay",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PuruVJ/neodrag/issues"
  },
  "homepage": "https://github.com/PuruVJ/neodrag/tree/main/packages/solid#readme",
  "devDependencies": {
    "@neodrag/core": "2.3.1"
  },
  "peerDependencies": {
    "solid-js": "^1.0.0"
  },
  "scripts": {
    "compile": "tsup",
    "compile:watch": "tsup --watch",
    "pub": "pnpm compile && pnpm publish --no-git-checks --access public",
    "pub:dry": "pnpm compile && pnpm publish --dry-run --no-git-checks --access public"
  }
}