{
  "name": "@porosys/ndtool",
  "version": "0.0.51",
  "description": "Netdata alert and automation tool",
  "type": "module",
  "main": "dist/bin/ndtool.js",
  "bin": {
    "ndtool": "dist/bin/ndtool.js"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "pnpm run clean && tsc && node ./ext.js && pnpm run copy-assets",
    "copy-assets": "cpx \"lib/**/*.@(sh|conf)\" dist/lib",
    "lint-staged": "npx lint-staged",
    "lint-code:fix": "npx eslint 'src/**/*.{js,jsx,ts,tsx}' --max-warnings 0 --fix",
    "lint-format:fix": "npx prettier --write '**/*.{json,md,yml,jsx,js,ts,tsx}'"
  },
  "keywords": [
    "netdata",
    "monitoring",
    "alerts",
    "automation"
  ],
  "author": "Poroshat Filter",
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.0.0",
    "execa": "^8.0.0",
    "fs-extra": "^11.0.0",
    "@inquirer/prompts": "^2.0.0"
  },
  "devDependencies": {
    "@porosys/eslint-config": "workspace:^",
    "@porosys/prettier-config": "workspace:^",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^24.0.13",
    "cpx": "^1.5.0",
    "eslint": "^8.56.0",
    "prettier": "^2.3.2",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=18"
  }
}
