{
  "name": "numora",
  "version": "4.0.0",
  "description": "Framework-agnostic numeric input library for DeFi and financial apps",
  "homepage": "https://numora.xyz/",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Sharqiewicz/numora"
  },
  "keywords": [
    "numeric input",
    "currency input",
    "input",
    "form",
    "form input",
    "form currency input",
    "form numeric input",
    "input library",
    "input component",
    "input field",
    "input form",
    "input form field",
    "input form field currency",
    "input form field numeric",
    "financial input",
    "financial input component",
    "financial input field",
    "financial input form",
    "financial input form field",
    "financial input form field currency",
    "financial input form field numeric"
  ],
  "authors": [
    {
      "name": "Kacper Szarkiewicz",
      "email": "contact@sharqiewicz.com",
      "url": "https://sharqiewicz.com"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^22.13.11",
    "fast-check": "^3.15.0",
    "jsdom": "^26.0.0",
    "typescript": "^5.8.2",
    "vite": "^6.2.2",
    "vitest": "^3.0.9"
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build && tsc --emitDeclarationOnly",
    "test": "vitest run",
    "dev": "vite build --watch & tsc --watch --emitDeclarationOnly --preserveWatchOutput"
  }
}