{
  "name": "typelessform-widget",
  "version": "1.0.7",
  "description": "Voice input widget for HTML forms. Users speak once — AI fills all fields at once. Drop-in for React, Vue, Angular, Next.js, WordPress. 25+ languages, 96% accuracy.",
  "private": false,
  "type": "module",
  "main": "dist/typelessform.umd.js",
  "module": "dist/typelessform.es.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/typelessform.es.js",
      "require": "./dist/typelessform.umd.js"
    }
  },
  "sideEffects": true,
  "files": [
    "dist/*.js",
    "dist/*.d.ts",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "keywords": [
    "form",
    "voice",
    "ai",
    "speech-to-text",
    "voice-to-text",
    "web-component",
    "custom-element",
    "form-filling",
    "form-autofill",
    "form-automation",
    "form-assistant",
    "voice-input",
    "voice-control",
    "speech-recognition",
    "dictation",
    "microphone",
    "whisper",
    "accessibility",
    "a11y",
    "hands-free",
    "multilingual",
    "react",
    "vue",
    "angular",
    "nextjs",
    "nuxtjs",
    "lit",
    "typeless",
    "typelessform",
    "speak-once-fill-all",
    "voice-form-filling",
    "speech-to-form",
    "voice-to-json",
    "dom-auto-detection",
    "zero-friction",
    "natural-language-data-entry",
    "voice-first-ux",
    "form-abandonment"
  ],
  "author": "WebAppski <info@webappski.com> (https://webappski.com)",
  "license": "MIT",
  "homepage": "https://typelessform.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DVdmitry/typelessform-widget.git"
  },
  "bugs": {
    "url": "https://github.com/DVdmitry/typelessform-widget/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "dev": "vite --host 127.0.0.1 --port 3001 --strictPort",
    "build": "tsc && vite build --mode production",
    "build:local": "tsc && vite build --mode development",
    "build:prod": "tsc && vite build --mode production",
    "build:ci": "tsc && vite build --mode production",
    "build:dev": "tsc && vite build --mode development",
    "build:watch": "tsc && vite build --mode development --watch",
    "build:npm": "tsc && vite build --config vite.config.npm.ts",
    "prepublishOnly": "npm run build:npm",
    "preview": "vite preview",
    "lint": "eslint \"src/**/*.{ts,js}\"",
    "test:critical": "cd tests/e2e && E2E_PAGES_BASE='/widget/tests/pages/' TEST_NAME_PATTERN=Critical node run-e2e.cjs",
    "test:style": "cd tests/e2e && E2E_PAGES_BASE='/widget/tests/pages/' && TEST_NAME_PATTERN=StyleContracts node run-e2e.cjs",
    "test:style:strict": "cd tests/e2e && E2E_PAGES_BASE='/widget/tests/pages/' && STYLE_CONTRACTS_STRICT=1 TEST_NAME_PATTERN=StyleContracts node run-e2e.cjs",
    "test:style:headed": "cd tests/e2e && E2E_PAGES_BASE='/widget/tests/pages/' && HEADLESS=false TEST_NAME_PATTERN=StyleContracts node run-e2e.cjs",
    "test:style:observe": "cd tests/e2e && E2E_PAGES_BASE='/widget/tests/pages/' && HEADLESS=false SLOWMO_MS=250 STYLE_LOG=1 TEST_NAME_PATTERN=StyleContracts node run-e2e.cjs",
    "test:style:update": "cd tests/e2e && E2E_PAGES_BASE='/widget/tests/pages/' && STYLE_UPDATE_BASELINES=1 TEST_NAME_PATTERN=StyleContracts node run-e2e.cjs",
    "test:style:update:strict": "cd tests/e2e && E2E_PAGES_BASE='/widget/tests/pages/' && STYLE_UPDATE_BASELINES=1 STYLE_CONTRACTS_STRICT=1 TEST_NAME_PATTERN=StyleContracts node run-e2e.cjs",
    "test:lang": "HEADLESS=1 node tests/e2e/run-single-language.cjs"
  },
  "dependencies": {
    "lit": "^3.3.0",
    "uuid": "^13.0.0"
  },
  "devDependencies": {
    "@eslint/css": "^0.8.1",
    "@eslint/js": "^9.27.0",
    "@eslint/json": "^0.12.0",
    "@eslint/markdown": "^6.4.0",
    "@types/dom-speech-recognition": "^0.0.6",
    "@types/uuid": "^10.0.0",
    "@types/jest": "^30.0.0",
    "@types/webspeechapi": "^0.0.29",
    "@typescript-eslint/eslint-plugin": "^8.32.1",
    "@typescript-eslint/parser": "^8.32.1",
    "eslint": "^9.27.0",
    "eslint-plugin-lit": "^2.1.1",
    "globals": "^16.1.0",
    "jest": "^30.0.4",
    "jest-html-reporters": "^3.1.7",
    "prettier": "^3.5.3",
    "puppeteer": "^24.12.1",
    "typescript": "~5.8.3",
    "typescript-eslint": "^8.32.1",
    "vite": "7.1.5",
    "vite-plugin-dts": "^4.5.4",
    "vite-plugin-static-copy": "^3.1.3"
  }
}
