{
  "name": "qwik-nx",
  "version": "3.2.1",
  "main": "./index.js",
  "typings": "./index.d.ts",
  "license": "MIT",
  "author": "Shai Reznik",
  "description": "Nx plugin for qwik",
  "homepage": "https://github.com/qwikifiers/qwik-nx",
  "keywords": [
    "qwik",
    "nx",
    "nx-plugin"
  ],
  "repository": {
    "type": "github",
    "url": "https://github.com/qwikifiers/qwik-nx"
  },
  "bugs": {
    "url": "https://github.com/qwikifiers/qwik-nx/issues"
  },
  "generators": "./generators.json",
  "executors": "./executors.json",
  "peerDependencies": {
    "@nx/devkit": "^21.0.0",
    "@nx/js": "^21.0.0",
    "@nx/vite": "^21.0.0",
    "@nx/eslint": "^21.0.0"
  },
  "nx-migrations": {
    "migrations": "./migrations.json"
  },
  "types": "./src/index.d.ts",
  "type": "commonjs"
}