{
  "name": "@nxlv/python",
  "description": "Custom NX Plugin to support the Python language",
  "version": "23.0.0",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./release/version-actions": "./dist/release/version-actions.js"
  },
  "files": [
    "dist",
    "!**/*.tsbuildinfo",
    "generators.json",
    "executors.json",
    "migrations.json"
  ],
  "generators": "./generators.json",
  "executors": "./executors.json",
  "engines": {
    "node": ">=20.19.0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:lucasvieirasilva/nx-plugins.git",
    "directory": "packages/nx-python"
  },
  "dependencies": {
    "@iarna/toml": "^2.2.5",
    "@renovatebot/pep440": "^5.0.0",
    "archiver": "^8.0.0",
    "chalk": "^5.6.2",
    "command-exists": "^1.2.9",
    "cross-spawn": "^7.0.3",
    "file-uri-to-path": "^2.0.0",
    "fs-extra": "^11.1.0",
    "glob": "^10.3.10",
    "lodash": "^4.17.21",
    "minimatch": "^10.0.3",
    "semver": "^7.5.3",
    "tree-sitter-wasms": "^0.1.13",
    "tslib": "^2.3.0",
    "uuid": "^9.0.0",
    "web-tree-sitter": "^0.20.8"
  },
  "peerDependencies": {
    "@nx/devkit": ">=22.0.0"
  },
  "nx-migrations": {
    "migrations": "./migrations.json"
  }
}