{
  "name": "@tesseract-design/web-number-react",
  "version": "0.0.0",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=12"
  },
  "license": "MIT",
  "keywords": [
    "pridepack"
  ],
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@types/node": "^18.14.1",
    "@types/react": "^18.0.27",
    "eslint": "^8.35.0",
    "eslint-config-lxsmnsyc": "^0.5.0",
    "jsdom": "^21.1.0",
    "pridepack": "2.4.4",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-test-renderer": "^18.2.0",
    "tslib": "^2.5.0",
    "tsx": "^3.12.7",
    "typescript": "^4.9.5",
    "vitest": "^0.28.1"
  },
  "peerDependencies": {
    "react": "^16.8 || ^17.0 || ^18.0",
    "react-dom": "^16.8 || ^17.0 || ^18.0"
  },
  "scripts": {
    "prepublishOnly": "pridepack clean && pridepack build",
    "build": "pridepack build && tsx scripts/build.ts",
    "type-check": "pridepack check",
    "lint": "pridepack lint",
    "clean": "pridepack clean",
    "watch": "pridepack watch",
    "start": "pridepack start",
    "dev": "pridepack dev",
    "test": "vitest"
  },
  "private": false,
  "description": "Tesseract components for inputting numeric data.",
  "repository": {
    "url": "",
    "type": "git"
  },
  "homepage": "",
  "bugs": {
    "url": ""
  },
  "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@tesseract-design/web-base": "workspace:*",
    "clsx": "^1.2.1"
  },
  "types": "./dist/types/index.d.ts",
  "main": "./dist/cjs/production/index.js",
  "module": "./dist/esm/production/index.js",
  "exports": {
    ".": {
      "development": {
        "require": "./dist/cjs/development/index.js",
        "import": "./dist/esm/development/index.js"
      },
      "require": "./dist/cjs/production/index.js",
      "import": "./dist/esm/production/index.js",
      "types": "./dist/types/index.d.ts"
    },
    "./dist/Slider.css": "./dist/Slider.css",
    "./dist/Spinner.css": "./dist/Spinner.css"
  },
  "typesVersions": {
    "*": {}
  }
}