{
  "bin": {
    "nodegun": "main.js"
  },
  "dependencies": {
    "argparse": "^1.0.0",
    "@types/argparse": "^1.0.0",
    "@types/node": "^10.0.0"
  },
  "description": "Node.js server supporting the Nailgun protocol",
  "devDependencies": {
    "source-map-support": "^0.4.0",
    "typescript": "^3.4.0"
  },
  "license": "Apache-2.0",
  "name": "@lucidsoftware/nodegun",
  "repository": "lucidsoftware/nodegun",
  "scripts": {
    "prepublish": "tsc",
    "prestart": "yarn install",
    "start": "node main.js"
  },
  "version": "0.4.12"
}
