{
  "name": "@nxext/stencil",
  "version": "13.1.0",
  "license": "MIT",
  "author": "Dominik Pieper",
  "description": "Nx plugin for stenciljs",
  "homepage": "https://nxext.dev/",
  "keywords": [
    "nx",
    "nx-plugin",
    "stenciljs",
    "pwa",
    "web components"
  ],
  "repository": {
    "type": "github",
    "url": "https://github.com/nxext/nx-extensions"
  },
  "bugs": {
    "url": "https://github.com/nxext/nx-extensions/issues"
  },
  "main": "src/index.js",
  "schematics": "./generators.json",
  "generators": "./generators.json",
  "builders": "./executors.json",
  "executors": "./executors.json",
  "dependencies": {
    "@nrwl/devkit": "^13.0.1",
    "ignore": "^5.1.8"
  },
  "peerDependencies": {
    "@nrwl/storybook": "^13.0.1",
    "@nrwl/linter": "^13.0.1",
    "@nrwl/react": "^13.0.1",
    "@nrwl/angular": "^13.0.1",
    "@nrwl/jest": "^13.0.1",
    "@nrwl/workspace": "^13.0.1",
    "@stencil/core": "^2.9.0"
  },
  "nx-migrate": {
    "migrations": "./migrations.json"
  },
  "nx-migrations": {
    "migrations": "./migrations.json"
  },
  "typings": "./src/index.d.ts"
}
