{ "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" } }