{
  "name": "webcat-cli",
  "version": "0.0.8",
  "description": "WebCat Command Line Interface",
  "bin": {
    "webcat": "bin/webcat"
  },
  "scripts": {
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx --quiet",
    "tscheck": "tsc --project . --noEmit --jsx react-jsx",
    "ncu": "ncu -u -x 'node-fetch @types/node-fetch' && npm install",
    "libupdate": "echo Skip libupdate",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc --project .",
    "prepare": "tsc --project ."
  },
  "keywords": [],
  "author": "",
  "license": "UNLICENSED",
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/mkdirp": "^1.0.2",
    "@types/node": "^20.14.10",
    "@types/node-fetch": "^2.5.12",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.3"
  },
  "dependencies": {
    "commander": "^12.1.0",
    "js-yaml": "^4.1.0",
    "mkdirp": "^3.0.1",
    "node-fetch": "^2.6.6",
    "openid-client": "^5.6.5"
  }
}
