{
"name": "augent",
"version": "0.6.0",
"description": "Lean package manager for various AI coding platforms",
"author": "Anssi Syrjäsalo",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/asyrjasalo/augent.git"
},
"keywords": [
"ai",
"agents",
"package-manager"
],
"bin": {
"augent": "./scripts/augent-wrapper.js"
},
"files": [
"bin",
"scripts"
],
"engines": {
"node": ">=14.0.0",
"bun": ">=1.0.0"
}
}