{
  "name": "@nxext/stencil",
  "version": "23.0.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": "git",
    "url": "https://github.com/nxext/nx-extensions",
    "directory": "packages/stencil"
  },
  "bugs": {
    "url": "https://github.com/nxext/nx-extensions/issues"
  },
  "main": "src/index.js",
  "exports": {
    ".": "./src/index.js",
    "./package.json": "./package.json",
    "./plugin": "./src/plugins/plugin.js"
  },
  "schematics": "./generators.json",
  "generators": "./generators.json",
  "builders": "./executors.json",
  "executors": "./executors.json",
  "dependencies": {
    "@nxext/common": "23.0.0",
    "tslib": "^2.3.0",
    "@nx/devkit": "^23.0.1",
    "@nx/js": "^23.0.1",
    "typescript": "^5.7.3",
    "@nx/angular": "^23.0.1",
    "@nx/eslint": "^23.0.1",
    "@nx/react": "^23.0.1",
    "@nx/vue": "^23.0.1",
    "@nx/web": "^23.0.1",
    "@nx/cypress": "^23.0.1",
    "@nx/jest": "^23.0.1",
    "@nx/storybook": "^23.0.1",
    "nx": "^23.0.1",
    "@phenomnomnominal/tsquery": "^5.0.1"
  },
  "peerDependencies": {
    "@stencil/core": "^4.7.0"
  },
  "peerDependenciesMeta": {
    "@nx/storybook": {
      "optional": true
    },
    "@nx/react": {
      "optional": true
    },
    "@nx/vue": {
      "optional": true
    },
    "@nx/angular": {
      "optional": true
    },
    "@nx/cypress": {
      "optional": true
    }
  },
  "nx-migrations": {
    "migrations": "./migrations.json"
  },
  "types": "./src/index.d.ts",
  "type": "commonjs"
}