{
  "name": "@hyssostech/awsspeech-plugin",
  "version": "0.1.2",
  "files": [
    "dist",
    "src",
    "README.md",
    "NOTICES.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "description": "Amazon Transcribe Streaming Speech plugin for Sketch-thru-Plan",
  "main": "dist/stpawsspeech-bundle-min.js",
  "types": "dist/stpawsspeech-bundle.d.ts",
  "module": "dist/stpawsspeech-bundle.esm.js",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "clean": "rimraf dist build",
    "clean:docs": "rimraf docs",
    "build": "npm run clean && tsc --project tsconfig.json && npm run bundle",
    "bundle": "rollup --config rollup.config.mjs && npm run bundle:min",
    "bundle:min": "terser --ecma 6 --compress --mangle --module -o dist/stpawsspeech-bundle-min.js -- dist/stpawsspeech-bundle.js",
    "fix:format": "prettier --config ../../.prettierrc src --write",
    "build:docs": "npm run clean:docs && typedoc --tsconfig tsconfig.json",
    "build:dev": "npm run clean && tsc --project tsconfig.json && npm run bundle:dev",
    "bundle:dev": "rollup --config rollup.config.mjs",
    "prepublishOnly": "npm run build",
    "publish:dry": "npm run build && npm pack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyssostech/sketch-thru-plan-sdk-js.git",
    "directory": "plugins/speech/awsspeech-plugin"
  },
  "author": "Hyssos Tech",
  "license": "MIT",
  "peerDependencies": {
    "sketch-thru-plan-sdk": "^0.6.15"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "sketch-thru-plan-sdk": "file:../../.."
  },
  "dependencies": {
    "@aws-sdk/client-transcribe-streaming": "^3.1130.0"
  }
}
