{
  "name": "@obiente-lab/nx-go",
  "version": "3.4.1",
  "description": "Nx plugin to use Go in a Nx Workspace",
  "license": "MIT",
  "homepage": "https://github.com/nx-go/nx-go",
  "keywords": [
    "go",
    "nx",
    "nx-plugin"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nx-go/nx-go.git",
    "directory": "packages/nx-go"
  },
  "bugs": {
    "url": "https://github.com/nx-go/nx-go/issues"
  },
  "dependencies": {
    "@nx/devkit": ">= 17",
    "tslib": "^2.3.0"
  },
  "type": "commonjs",
  "main": "./src/index.js",
  "typings": "./src/index.d.ts",
  "executors": "./executors.json",
  "generators": "./generators.json",
  "nx-migrations": {
    "migrations": "./migrations.json"
  },
  "types": "./src/index.d.ts"
}