tools/archon-cli/package.json
Source location:
docs/source-files/tools/archon-cli/package.json— this page is a rendered mirror; the file is the source of truth.
package.json
json
{
"name": "@archon/cli",
"version": "1.1.0",
"description": "Archon framework CLI — install, update, sync, doctor, uninstall governance kits for any project by consuming https://aaep.site/manifest.json.",
"type": "module",
"bin": {
"archon": "./bin/archon.mjs"
},
"main": "./bin/archon.mjs",
"files": [
"bin",
"lib",
"README.md",
"CHANGELOG.md"
],
"engines": {
"node": ">=18"
},
"license": "Apache-2.0",
"keywords": [
"archon",
"ai-governance",
"cursor",
"claude-code",
"agent-framework"
],
"scripts": {
"start": "node ./bin/archon.mjs"
}
}