{
  "name": "@tensil/kinetic-input",
  "version": "0.0.6",
  "private": false,
  "description": "High-performance React number picker components with momentum scrolling, smart auto-close, and full theming support",
  "author": "NullSense",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./picker": {
      "types": "./dist/picker/index.d.ts",
      "import": "./dist/picker/index.js"
    },
    "./quick": {
      "types": "./dist/quick/index.d.ts",
      "import": "./dist/quick/index.js"
    },
    "./wheel": {
      "types": "./dist/wheel/index.d.ts",
      "import": "./dist/wheel/index.js"
    },
    "./config": {
      "types": "./dist/config/index.d.ts",
      "import": "./dist/config/index.js"
    },
    "./types": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/types/index.js"
    },
    "./styles/all.css": "./dist/all.css",
    "./styles/picker.css": "./dist/picker-base.css",
    "./styles/quick.css": "./dist/quick-number-input.css",
    "./styles/wheel.css": "./dist/wheel-picker.css",
    "./reactMobilePicker": {
      "types": "./dist/picker/index.d.ts",
      "import": "./dist/picker/index.js"
    },
    "./quickNumberInput": {
      "types": "./dist/quick/index.d.ts",
      "import": "./dist/quick/index.js"
    },
    "./wheelPicker": {
      "types": "./dist/wheel/index.d.ts",
      "import": "./dist/wheel/index.js"
    }
  },
  "files": [
    "dist/**",
    "LICENSE",
    "README.md"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "peerDependencies": {
    "@xstate/react": "^6.0.0",
    "framer-motion": "^11.0.0 || ^12.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "xstate": "^5.0.0"
  },
  "scripts": {
    "build": "tsup --config tsup.config.ts",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest run --coverage"
  },
  "devDependencies": {
    "@types/node": "^24.10.1",
    "tsup": "^8.5.1",
    "typescript": "~5.9.3"
  },
  "keywords": [
    "react",
    "react-component",
    "number-picker",
    "number-input",
    "scrubber",
    "wheel-picker",
    "mobile-picker",
    "touch",
    "momentum",
    "momentum-scrolling",
    "kinetic",
    "kinetic-scrolling",
    "ios-picker",
    "mobile",
    "xstate",
    "framer-motion",
    "typescript",
    "collapsible",
    "modal",
    "ui-component",
    "form-input"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NullSense/Kinetic-Input.git",
    "directory": "packages/number-picker"
  },
  "homepage": "https://github.com/NullSense/Kinetic-Input/tree/main/packages/number-picker",
  "bugs": {
    "url": "https://github.com/NullSense/Kinetic-Input/issues"
  },
  "license": "MIT",
  "type": "module",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
