bin
Showing
index.ts
0 → 100644
| ... | ... | @@ -8,12 +8,15 @@ |
| "lint": "eslint --fix .", | ||
| "build": "rimraf dist && tsc", | ||
| "test": "jest --passWithNoTests", | ||
| "start": "node dist/index.js" | ||
| "start": "node dist/src/bin.js" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://code.mycard.moe/3rdeye/123yun-share.git" | ||
| }, | ||
| "bin": { | ||
| "ottshare": "./dist/src/bin.js" | ||
| }, | ||
| "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | ||
| "keywords": [], | ||
| ... | ... | @@ -54,6 +57,7 @@ |
| }, | ||
| "dependencies": { | ||
| "aragami": "^1.1.2", | ||
| "axios": "^1.1.3" | ||
| "axios": "^1.1.3", | ||
| "commander": "^9.4.1" | ||
| } | ||
| } |
src/bin.ts
0 → 100644
Please register or sign in to comment