{ "name": "@nx/gradle", "version": "0.0.1", "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", "./plugin-v1": "./plugin-v1.js", "./package.json": "./package.json", "./migrations.json": "./migrations.json", "./generators.json": "./generators.json" }, "nx-migrations": { "migrations": "./migrations.json" }, "dependencies": { "@nx/devkit": "file:../devkit" }, "publishConfig": { "access": "public" }, "executors": "./executors.json" }