{
  "name": "stencil-quantum",
  "version": "0.7.0",
  "description": "Experience the quantum realm of stencil.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.js",
  "es2017": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "jsnext:main": "dist/esm/index.js",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/stencil-quantum/stencil-quantum.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "author": "nk@ized.io",
  "homepage": "https://github.com/IZEDx/stencil-quantum",
  "keywords": [
    "TypeScript",
    "Stencil",
    "Quantum",
    "EventEmitter",
    "Frontend"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:IZEDx/stencil-quantum.git"
  },
  "bugs": {
    "url": "https://github.com/IZEDx/stencil-quantum/issues"
  },
  "scripts": {
    "build": "cp ../../README.md ./README.md && npm run stencil -- build --docs",
    "watch": " npm run stencil -- build --watch",
    "start": "npm run stencil -- build --dev --watch",
    "test": "npm run stencil -- test --spec --e2e",
    "test.watch": "npm run stencil -- test --spec --e2e --watchAll",
    "generate": "npm run stencil -- generate",
    "stencil": "../../node_modules/.bin/stencil"
  },
  "devDependencies": {},
  "license": "MIT",
  "dependencies": {}
}
