{
  "name": "@speechly/browser-ui",
  "description": "Ready-made UI components to build a reactive voice interface to a web site or app. Uses Speechly's real-time cloud API for speech-to-text and NLU.",
  "version": "6.0.6",
  "scripts": {
    "build": "rimraf core && rollup -c --silent",
    "build:watch": "rollup -c --silent",
    "dev": "rollup -c -w",
    "start": "sirv core --no-clear --host",
    "validate": "svelte-check",
    "staging": "set -o allexport;. ./.env.local;set +o allexport && test -n \"$REACT_APP__DEPLOY_STAGING_URI\" && pnpm run build && rsync -avz --delete core/ $REACT_APP__DEPLOY_STAGING_URI"
  },
  "author": "Speechly",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/speechly/ui-components.git",
    "directory": "browser-client"
  },
  "bugs": {
    "url": "https://github.com/speechly/ui-components/issues"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^21",
    "@rollup/plugin-node-resolve": "^13",
    "@rollup/plugin-typescript": "~8.3.2",
    "@tsconfig/svelte": "^1.0.0",
    "rollup": "^2.63.0",
    "rollup-plugin-css-only": "^3.1.0",
    "rollup-plugin-livereload": "^2.0.0",
    "rollup-plugin-svelte": "^7.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "svelte": "^3.37.0",
    "svelte-check": "^1.0.0",
    "svelte-preprocess": "^4.0.0",
    "tslib": "^2.3.1",
    "typescript": "^4.6.4",
    "sirv-cli": "^1.0.0",
    "rollup-plugin-copy-watch": ">=0.0.1",
    "rimraf": "^3.0.2"
  },
  "dependencies": {
    "@speechly/browser-client": "^2.6.3"
  },
  "files": [
    "core/**/*",
    "src/**/*"
  ],
  "main": "./core/index.js",
  "types": "./core/index.d.ts",
  "publishConfig": {
    "access": "public"
  }
}
