{
  "name": "nestor",
  "type": "module",
  "description": "Jenkins CLI and node.js client",
  "keywords": [
    "jenkins",
    "ci",
    "cli",
    "api",
    "client"
  ],
  "version": "3.2.0",
  "homepage": "https://github.com/cliffano/nestor",
  "author": "Cliffano Subagio <blah@cliffano.com> (https://blog.cliffano.com)",
  "contributors": [
    "All contributors (https://github.com/cliffano/nestor/graphs/contributors)"
  ],
  "main": "./lib/jenkins.js",
  "bin": {
    "nestor": "./bin/nestor.js"
  },
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/cliffano/nestor.git"
  },
  "bugs": {
    "url": "https://github.com/cliffano/nestor/issues"
  },
  "directories": {
    "bin": "./bin",
    "lib": "./lib",
    "test": "./test"
  },
  "dependencies": {
    "async": "^3.2.6",
    "bagofcli": "^2.5.0",
    "colors": "^1.4.0",
    "cron": "^4.3.4",
    "lodash": "^4.17.21",
    "moment": "^2.30.1",
    "rss-parser": "^3.13.0",
    "swaggy-jenkins": "^3.2.0",
    "xml2js": "^0.6.2"
  },
  "devDependencies": {
    "@sinonjs/referee": "^11.0.1",
    "sinon": "^21.0.0"
  },
  "scripts": {},
  "engines": {
    "node": ">= 20.0.0"
  },
  "license": "MIT"
}