{ "name": "@alga-psa/cli", "version": "0.2.0", "private": false, "type": "module", "bin": { "alga": "dist/cli.js" }, "files": [ "dist" ], "scripts": { "build": "tsc -p tsconfig.json && node -e \"require('fs').chmodSync('dist/cli.js', 0o755)\"", "prepublishOnly": "npm run build" }, "dependencies": { "@alga-psa/client-sdk": "^0.2.0" }, "devDependencies": { "typescript": "^5.4.0" }, "publishConfig": { "access": "public" } }