forked from heavy-duty/stoke
- Accept approve/approved review event aliases; print review html_url - Harden pr show against missing user/head/base; clarify body-file wins - Add tests for whitespace-only comments, approved alias, review URL - Timeout the CLI-boundary HTTP fixture; clean up install-apt test trees - Clearer refuse-to-overwrite message when nodesource.list already exists - Merge Node 22 NodeSource bootstrap (from fix/apt-nodejs-bootstrap)
32 lines
608 B
JSON
32 lines
608 B
JSON
{
|
|
"name": "stoke",
|
|
"version": "1.2.1",
|
|
"description": "CLI for the heavy-duty forge (Forgejo)",
|
|
"main": "src/cli.js",
|
|
"scripts": {
|
|
"test": "node --test",
|
|
"start": "node src/cli.js"
|
|
},
|
|
"keywords": [
|
|
"forgejo",
|
|
"cli",
|
|
"heavy-duty",
|
|
"forge"
|
|
],
|
|
"author": "Heavy Duty Builders",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://forgejo.heavyduty.builders/heavy-duty/stoke.git"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^15.0.0"
|
|
},
|
|
"bin": {
|
|
"stoke": "src/cli.js"
|
|
}
|
|
}
|