{
  "name": "@stencil/webpack",
  "version": "0.0.6",
  "license": "MIT",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "deploy": "npm run build && np --any-branch",
    "test": "mocha ./test/**/*.spec.js"
  },
  "files": [
    "dist/"
  ],
  "devDependencies": {
    "@types/node": "^8.5.1",
    "chai": "^4.1.2",
    "mocha": "^4.0.1",
    "np": "^2.18.3",
    "proxyquire": "^1.8.0",
    "sinon": "^4.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ionic-team/stencil-webpack.git"
  },
  "author": "Ionic Team",
  "homepage": "https://stenciljs.com/",
  "description": "The Stencil Webpack Plugin",
  "keywords": [
    "web components",
    "components",
    "custom elements",
    "stencil",
    "ionic",
    "webpack"
  ],
  "dependencies": {
    "typescript": "^2.6.2"
  }
}
