{
  "name": "ndsh",
  "version": "1.5.5",
  "author": "Fiverr SRE",
  "description": "NPX runner for shell scripts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fiverr/ndsh.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=8.0.0"
  },
  "bin": {
    "ndsh": "./index.js"
  },
  "scripts": {
    "chmod": "chmod 777 scripts/*",
    "prepublishOnly": "npm run chmod",
    "start": "./index.js $@"
  },
  "main": "./index.js",
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^2.11.0",
    "published": "^1.2.2"
  }
}
