@porosys/pss
Version:
Porosys Server Setup (pss): General-purpose server setup and automation tool (including Netdata management)
46 lines (45 loc) • 1.25 kB
JSON
{
"name": "@porosys/pss",
"version": "0.0.6",
"description": "Porosys Server Setup (pss): General-purpose server setup and automation tool (including Netdata management)",
"type": "module",
"main": "dist/bin/pss.js",
"bin": {
"pss": "dist/bin/pss.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"
}
}