{
  "name": "stencil-voice2text",
  "version": "1.0.0",
  "description": "Voice 2 text component built with Stencil",
  "main": "dist/voice2text.js",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "files": [
    "dist/"
  ],
  "browser": "dist/voice2text.js",
  "scripts": {
    "build": "stencil build",
    "dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\" ",
    "serve": "stencil-dev-server",
    "start": "npm run dev",
    "test": "jest --no-cache",
    "test.watch": "jest --watch --no-cache"
  },
  "dependencies": {
    "@stencil/core": "0.11.4",
    "@types/webspeechapi": "0.0.28"
  },
  "devDependencies": {
    "@stencil/dev-server": "0.0.17",
    "@stencil/utils": "0.0.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Fdom92/stencil-voice2text.git"
  },
  "author": "Fernando del olmo martin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Fdom92/stencil-voice2text"
  },
  "homepage": "https://github.com/Fdom92/stencil-voice2text",
  "jest": {
    "transform": {
      "^.+\\.(ts|tsx)$": "<rootDir>/node_modules/@stencil/core/testing/jest.preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json",
      "jsx"
    ]
  }
}
