{
"name": "@lacodda/rigger",
"version": "0.20.0",
"rigger": {
"binary": "v0.20.0"
},
"description": "One seat for all your projects and tasks: a local record of what is done, what is next and when it ships - read by you and your coding assistant",
"license": "MIT",
"author": "Kirill Lakhtachev <lahtachev@gmail.com> (https://lacodda.com)",
"homepage": "https://lacodda.github.io/rigger/",
"repository": {
"type": "git",
"url": "git+https://github.com/lacodda/rigger.git"
},
"keywords": ["cli", "project-management", "tasks", "mcp", "release-calendar", "developer-tools"],
"bin": {
"rigger": "run.js",
"rgr": "run.js"
},
"files": ["download.js", "install.js", "run.js"],
"scripts": {
"postinstall": "node install.js"
},
"os": ["win32", "darwin", "linux"],
"engines": {
"node": ">=18"
}
}