{
  "name": "@solid-primitives/controlled-props",
  "version": "0.1.0",
  "description": "The primitives in this package allow you to create controlls for component props.",
  "author": "Alex Lohr <alex.lohr@logmein.com>",
  "contributors": [],
  "license": "MIT",
  "homepage": "https://primitives.solidjs.community/package/controlled-props",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/solidjs-community/solid-primitives.git"
  },
  "primitive": {
    "name": "controlled props",
    "stage": 3,
    "list": [
      "createControlledProp"
    ],
    "category": "Utilities"
  },
  "files": [
    "dist"
  ],
  "private": false,
  "sideEffects": false,
  "type": "module",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "browser": {},
  "typesVersions": {},
  "exports": {
    "@solid-primitives/source": "./src/index.tsx",
    "solid": "./dist/index.jsx",
    "import": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "keywords": [
    "controlled props",
    "knobs",
    "controls",
    "solid",
    "primitives"
  ],
  "dependencies": {
    "@solid-primitives/utils": "^6.3.0"
  },
  "peerDependencies": {
    "solid-js": "^1.6.12"
  },
  "devDependencies": {
    "solid-js": "^1.8.7"
  },
  "scripts": {
    "dev": "tsx ../../scripts/dev.ts",
    "build": "tsx ../../scripts/build.ts",
    "vitest": "vitest -c ../../configs/vitest.config.ts",
    "test": "pnpm run vitest",
    "test:ssr": "pnpm run vitest --mode ssr"
  }
}