{
  "name": "stencil-xstate",
  "version": "1.0.0",
  "author": {
    "name": "Mikael Karon",
    "email": "mikael@karon.se",
    "url": "https://mikael.karon.se"
  },
  "description": "XState tools for Stencil",
  "homepage": "https://github.com/mikaelkaron/stencil-xstate/tree/master/packages/stencil-xstate",
  "repository": {
    "type": "git",
    "url": "https://github.com/mikaelkaron/stencil-xstate.git"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "unpkg": "dist/stencil-xstate/xstate.js",
  "collection:main": "dist/collection/index.js",
  "collection": "dist/collection/collection-manifest.json",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll"
  },
  "devDependencies": {
    "@stencil/core": "^1.1.3"
  },
  "standard-version": {
    "scripts": {
      "prerelease": "npm run build"
    }
  },
  "license": "MIT",
  "peerDependencies": {
    "xstate": "^4.6.3"
  },
  "gitHead": "1b438664008ff4b0090ebf76ab27944891f9580a"
}
