{
  "name": "@nx/gradle",
  "version": "20.8.0",
  "private": false,
  "description": "The Nx Plugin for Gradle allows Gradle tasks to be run through Nx",
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/gradle"
  },
  "keywords": [
    "Monorepo",
    "Java",
    "Gradle",
    "CLI",
    "Backend"
  ],
  "main": "./index",
  "typings": "./index.d.ts",
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "generators": "./generators.json",
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json",
    "./migrations.json": "./migrations.json",
    "./generators.json": "./generators.json"
  },
  "nx-migrations": {
    "migrations": "./migrations.json"
  },
  "dependencies": {
    "@nx/devkit": "20.8.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "types": "./index.d.ts",
  "type": "commonjs"
}