{
"name": "@muselab/sf-plugin-busbar-agency",
"version": "0.0.2",
"description": "Salesforce CLI plugin for AgentScript parsing and validation using WASM",
"author": "Composable Delivery",
"bugs": "https://github.com/composable-delivery/busbar-sf-agentscript/issues",
"homepage": "https://github.com/composable-delivery/busbar-sf-agentscript",
"license": "MIT",
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "composable-delivery/busbar-sf-agentscript",
"files": [
"/lib",
"/messages",
"/oclif.manifest.json"
],
"keywords": [
"salesforce",
"sf",
"sfdx",
"agentscript",
"parser",
"wasm",
"oclif"
],
"scripts": {
"build": "node esbuild.config.mjs && oclif manifest",
"clean": "rm -rf lib && rm -f tsconfig.tsbuildinfo",
"prepack": "npm run build && oclif manifest",
"test": "vitest run",
"test:integration": "node test-wasm.js"
},
"engines": {
"node": ">=18.0.0"
},
"oclif": {
"bin": "sf",
"commands": "./lib/commands",
"topicSeparator": " ",
"topics": {
"agency": {
"description": "AgentScript - Commands for parsing and analyzing AgentScript files"
},
"agency validate": {
"description": "Validate AgentScript files locally and against the Salesforce platform"
},
"agency agents": {
"description": "Manage the set of AgentScript files targeted by other commands"
}
}
},
"dependencies": {
"@inquirer/prompts": "^7.5.2",
"@muselab/busbar-sf-agentscript": "0.0.2",
"@oclif/core": "^4.8.2",
"@salesforce/core": "^8.26.3",
"@salesforce/sf-plugins-core": "^12.2.6",
"ansis": "^4.2.0",
"zod": "^4.3.5"
},
"devDependencies": {
"@types/node": "^25.0.3",
"@vitest/coverage-v8": "^3.2.4",
"esbuild": "^0.27.3",
"oclif": "^4",
"typescript": "^5.9.3",
"vitest": "^3.0.0"
}
}