{
  "name": "@kosdev-code/kos-nx-plugin",
  "version": "3.0.5",
  "type": "commonjs",
  "generators": "./generators.json",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "postinstall": ""
  },
  "nx-migrations": {
    "migrations": "./migrations.json"
  },
  "dependencies": {
    "@kosdev-code/kos-codegen-core": "~3.0.0",
    "@nx/devkit": "21.6.10",
    "@nx/react": "21.6.10"
  },
  "types": "./src/index.d.ts",
  "main": "./src/index.js",
  "kos": {
    "build": {
      "gitHash": "3f015fb7956b043998e8d001afb0419c5efee21d"
    }
  }
}