{
  "name": "web-component-stencil-test",
  "version": "0.0.1",
  "description": "Stencil Component Starter",
  "author": "Arnaud Tanielian <tanielian@work.co>",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/{NAMESPACE}/{NAMESPACE}.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "test:e2e": "stencil test --e2e",
    "test:snapshot": "stencil test --e2e --screenshot",
    "test:generate": "stencil test --e2e --json --outputFile=jest-test-results.json",
    "test:generate:watch": "stencil test --spec --json --outputFile=jest-test-results.json --watch",
    "test:watch": "stencil test --spec --watch",
    "generate": "stencil generate",
    "story": "npm-run-all --parallel start storybook",
    "story:test": "npm run test:generate && npm run story",
    "storybook": "start-storybook -p 9001 -c .storybook -s www"
  },
  "devDependencies": {
    "@babel/core": "^7.6.2",
    "@stencil/core": "1.5.4",
    "@stencil/sass": "^1.0.1",
    "@storybook/addon-a11y": "^5.2.3",
    "@storybook/addon-actions": "^5.2.3",
    "@storybook/addon-jest": "^5.2.3",
    "@storybook/addon-knobs": "^5.2.3",
    "@storybook/addon-notes": "^5.2.3",
    "@storybook/addon-viewport": "^5.2.3",
    "@storybook/html": "^5.2.3",
    "@types/jest": "24.0.18",
    "@types/puppeteer": "1.20.1",
    "babel-loader": "^8.0.6",
    "copy-webpack-plugin": "^5.0.4",
    "jest": "24.8.0",
    "jest-cli": "24.8.0",
    "puppeteer": "1.20.0",
    "write-file-webpack-plugin": "^4.5.1"
  },
  "license": "MIT",
  "dependencies": {
    "storybook-addon-jsx": "^7.1.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Danetag/web-component-stencil-test.git"
  },
  "bugs": {
    "url": "https://github.com/Danetag/web-component-stencil-test/issues"
  },
  "homepage": "https://github.com/Danetag/web-component-stencil-test#readme"
}
