Skip to content

Commit 1b6198c

Browse files
committed
feat: add user profile
1 parent 6c3af71 commit 1b6198c

File tree

12 files changed

+1422
-72
lines changed

12 files changed

+1422
-72
lines changed
File renamed without changes.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"access": "public"
2323
},
2424
"scripts": {
25+
"start": "node ./bin/jike-cli.js",
2526
"dev": "esmo src/index.ts",
2627
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx",
2728
"lint:fix": "eslint . --fix --ext .vue,.js,.ts,.jsx,.tsx",
@@ -34,13 +35,17 @@
3435
"@vue-reactivity/fs": "^0.1.1",
3536
"commander": "^9.1.0",
3637
"enquirer": "^2.3.6",
37-
"jike-sdk": "^0.7.3"
38+
"jike-sdk": "../jike-sdk",
39+
"node-fetch": "^3.2.3",
40+
"open": "^8.4.0",
41+
"terminal-image": "^2.0.0"
3842
},
3943
"devDependencies": {
4044
"@sxzz/eslint-config-prettier": "^2.1.0",
4145
"@sxzz/eslint-config-ts": "^2.1.0",
4246
"@types/node": "*",
4347
"bumpp": "^7.1.1",
48+
"date-fns": "^2.28.0",
4449
"eslint": "^8.11.0",
4550
"eslint-define-config": "^1.3.0",
4651
"esmo": "^0.14.1",

0 commit comments

Comments
 (0)