Skip to content

Commit f214023

Browse files
committed
修改关键字
1 parent 715a794 commit f214023

File tree

1 file changed

+40
-34
lines changed

1 file changed

+40
-34
lines changed

package.json

Lines changed: 40 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,40 @@
1-
{
2-
"name": "douyudm",
3-
"version": "0.0.2",
4-
"description": "实时获取斗鱼弹幕",
5-
"bin": {
6-
"douyudm": "src/cmd.js"
7-
},
8-
"main": "src/index.js",
9-
"author": {
10-
"name": "flxxyz",
11-
"email": "[email protected]"
12-
},
13-
"license": "MIT",
14-
"keywords": [
15-
"douyu",
16-
"danmu"
17-
],
18-
"dependencies": {
19-
"commander": "^4.1.0",
20-
"fast-text-encoding": "^1.0.0",
21-
"ws": "^7.2.1"
22-
},
23-
"publishConfig": {
24-
"registry": "https://registry.npmjs.org/",
25-
"access": "public"
26-
},
27-
"repository": {
28-
"type": "git",
29-
"url": "https://github.com/flxxyz/douyudm"
30-
},
31-
"bugs": {
32-
"url": "https://github.com/flxxyz/douyudm/issues"
33-
}
34-
}
1+
{
2+
"name": "douyudm",
3+
"version": "1.0.1",
4+
"description": "实时获取斗鱼弹幕",
5+
"bin": {
6+
"douyudm": "src/cmd.js"
7+
},
8+
"main": "src/index.js",
9+
"author": {
10+
"name": "flxxyz",
11+
"email": "[email protected]"
12+
},
13+
"license": "MIT",
14+
"keywords": [
15+
"douyu",
16+
"danmu",
17+
"斗鱼",
18+
"弹幕",
19+
"stt",
20+
"serialize",
21+
"deserialize",
22+
"序列化"
23+
],
24+
"dependencies": {
25+
"commander": "^4.1.0",
26+
"fast-text-encoding": "^1.0.0",
27+
"ws": "^7.2.1"
28+
},
29+
"publishConfig": {
30+
"registry": "https://registry.npmjs.org/",
31+
"access": "public"
32+
},
33+
"repository": {
34+
"type": "git",
35+
"url": "https://github.com/flxxyz/douyudm"
36+
},
37+
"bugs": {
38+
"url": "https://github.com/flxxyz/douyudm/issues"
39+
}
40+
}

0 commit comments

Comments
 (0)