gitee-cli/package.json
2026-04-02 06:08:22 +00:00

34 lines
619 B
JSON

{
"name": "@oc-forge/gitee-cli",
"version": "0.1.1",
"description": "Gitee (码云) command-line tool — like gh, but for Gitee",
"type": "module",
"bin": {
"gitee": "dist/cli.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/cli.ts",
"prepublishOnly": "npm run build"
},
"keywords": [
"gitee",
"cli",
"git",
"vcs"
],
"author": "小橘",
"license": "MIT",
"dependencies": {
"commander": "^12.1.0"
},
"devDependencies": {
"@types/node": "^20.14.0",
"tsx": "^4.15.7",
"typescript": "^5.5.2"
},
"engines": {
"node": ">=18.0.0"
}
}