{
  "name": "ngo",
  "version": "2.7.0",
  "description": "Run Go commands from Node or CLI, Go env not required",
  "engines": {
    "node": ">=6.0.0"
  },
  "main": "index.js",
  "files": [
    "index.js",
    "cli.js",
    "cli-update.js",
    "cli-binary.js",
    "vendor/gopath/bin/.gitkeep",
    "vendor/gopath/pkg/.gitkeep",
    "vendor/gopath/src/.gitkeep"
  ],
  "scripts": {
    "test": "node test/test.js --verbose"
  },
  "bin": {
    "ngo": "cli.js",
    "ngo-update": "cli-update.js",
    "ngo-version": "cli-update.js",
    "ngo-binary": "cli-binary.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doesdev/ngo.git"
  },
  "keywords": [
    "go",
    "golang",
    "environment",
    "env",
    "cli",
    "interop",
    "run",
    "command"
  ],
  "author": "Andrew Carpenter (https://github.com/doesdev)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/doesdev/ngo/issues"
  },
  "homepage": "http://github.com/doesdev/ngo#readme",
  "dependencies": {
    "execa": "^5.1.1",
    "go-bin": "^1.4.0",
    "go-versions": "^1.3.2",
    "semver": "^7.3.5"
  },
  "devDependencies": {
    "fs-extra": "^10.0.0",
    "mvt": "^4.1.1"
  }
}
