{
  "name": "@nysds/nys-textinput",
  "version": "1.18.1",
  "description": "The Textinput component from the NYS Design System.",
  "module": "dist/nys-textinput.js",
  "exports": {
    ".": {
      "import": "./dist/nys-textinput.js",
      "types": "./dist/index.d.ts"
    }
  },
  "type": "module",
  "files": [
    "dist/"
  ],
  "scripts": {
    "dev": "tsc --emitDeclarationOnly && vite",
    "build": "vite build",
    "test": "vite build && wtr",
    "build:watch": "tsc --emitDeclarationOnly && vite build --watch",
    "test:watch": "vite build && wtr --watch",
    "lit-analyze": "lit-analyzer '**/*.ts'"
  },
  "dependencies": {
    "@nysds/nys-icon": "^1.18.1",
    "@nysds/nys-label": "^1.18.1",
    "@nysds/nys-errormessage": "^1.18.1"
  },
  "devDependencies": {
    "lit": "^3.3.1",
    "typescript": "^5.9.3",
    "vite": "^7.3.1"
  },
  "keywords": [
    "new-york-state",
    "design-system",
    "web-components",
    "lit",
    "nys",
    "input",
    "textinput",
    "forms"
  ],
  "author": "New York State Design System Team",
  "license": "MIT"
}
