{
  "name": "@speechly/react-voice-forms",
  "version": "1.3.6",
  "description": "Speechly voice form components for React",
  "author": "Speechly",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/speechly/ui-components.git",
    "directory": "react-voice-forms"
  },
  "bugs": {
    "url": "https://github.com/speechly/ui-components/issues"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "dependencies": {
    "@speechly/react-client": "^2.2.2"
  },
  "peerDependencies": {
    "react": ">=16.9.0"
  },
  "devDependencies": {
    "react": "^18",
    "ts-loader": "^9.2.5",
    "tsc-watch": "^4.3.5",
    "typescript": "^4.6.4",
    "typedoc": "^0.22.6",
    "typedoc-plugin-markdown": "^3.11.3",
    "@types/react": "^18"
  },
  "scripts": {
    "build": "npx tsc",
    "build:watch": "npx tsc",
    "docs": "pnpx typedoc --readme none --excludeExternals --excludePrivate --excludeProtected --out ./docs/ --entryPointStrategy expand --sort required-first --disableSources ./src/",
    "test": "exit 0"
  },
  "files": [
    "dist/**/*",
    "css/**/*",
    "src/**/*"
  ],
  "publishConfig": {
    "access": "public"
  }
}
