bin
Showing
index.ts
0 → 100644
This diff is collapsed.
| ... | @@ -8,12 +8,15 @@ | ... | @@ -8,12 +8,15 @@ |
| "lint": "eslint --fix .", | "lint": "eslint --fix .", | ||
| "build": "rimraf dist && tsc", | "build": "rimraf dist && tsc", | ||
| "test": "jest --passWithNoTests", | "test": "jest --passWithNoTests", | ||
| "start": "node dist/index.js" | "start": "node dist/src/bin.js" | ||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "https://code.mycard.moe/3rdeye/123yun-share.git" | "url": "https://code.mycard.moe/3rdeye/123yun-share.git" | ||
| }, | }, | ||
| "bin": { | |||
| "ottshare": "./dist/src/bin.js" | |||
| }, | |||
| "author": "Nanahira <nanahira@momobako.com>", | "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | "license": "MIT", | ||
| "keywords": [], | "keywords": [], | ||
| ... | @@ -54,6 +57,7 @@ | ... | @@ -54,6 +57,7 @@ |
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "aragami": "^1.1.2", | "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