forked from heavy-duty/stoke
20 lines
393 B
JSON
20 lines
393 B
JSON
{
|
|
"name": "stoke",
|
|
"version": "1.0.0",
|
|
"description": "CLI for the heavy-duty forge (Forgejo)",
|
|
"main": "src/cli.js",
|
|
"scripts": {
|
|
"test": "node --test test/**/*.test.js",
|
|
"start": "node src/cli.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"commander": "^15.0.0"
|
|
},
|
|
"bin": {
|
|
"stoke": "src/cli.js"
|
|
}
|
|
}
|