{
  "name": "@corvu/resizable",
  "version": "0.2.5",
  "private": false,
  "description": "Unstyled, accessible and customizable UI primitives for SolidJS",
  "keywords": [
    "solid",
    "solidjs",
    "headless",
    "accessible",
    "customizable",
    "primitives"
  ],
  "homepage": "https://corvu.dev",
  "bugs": {
    "url": "https://github.com/corvudev/corvu/issues",
    "email": "code@jasi.dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/corvudev/corvu.git"
  },
  "license": "MIT",
  "author": {
    "name": "Jasmin Noetzli",
    "email": "code@jasi.dev",
    "url": "https://github.com/GiyoMoon"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "solid": "./dist/index.jsx",
      "default": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@corvu/utils": "~0.4.2"
  },
  "devDependencies": {
    "@typescript-eslint/parser": "^8.31.1",
    "esbuild-plugin-solid": "^0.6.0",
    "eslint": "^9.26.0",
    "eslint-config-prettier": "^10.1.2",
    "eslint-plugin-prettier": "^5.3.1",
    "eslint-plugin-solid": "^0.14.5",
    "prettier": "^3.5.3",
    "solid-js": "^1.9.6",
    "tsup": "^8.4.0",
    "typedoc": "^0.27.9",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.31.1"
  },
  "peerDependencies": {
    "solid-js": "^1.8"
  },
  "scripts": {
    "build": "cp ../../README.md . && tsup",
    "clean": "rm -rf .turbo dist node_modules api.json",
    "dev": "tsup --watch",
    "lint": "eslint --max-warnings=0 .",
    "typedoc": "typedoc --json api.json --entryPoints ./src/index.ts"
  }
}