Skip to content

Commit

Permalink
修改关键字
Browse files Browse the repository at this point in the history
  • Loading branch information
flxxyz committed Feb 7, 2020
1 parent 715a794 commit f214023
Showing 1 changed file with 40 additions and 34 deletions.
74 changes: 40 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,40 @@
{
"name": "douyudm",
"version": "0.0.2",
"description": "实时获取斗鱼弹幕",
"bin": {
"douyudm": "src/cmd.js"
},
"main": "src/index.js",
"author": {
"name": "flxxyz",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"douyu",
"danmu"
],
"dependencies": {
"commander": "^4.1.0",
"fast-text-encoding": "^1.0.0",
"ws": "^7.2.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/flxxyz/douyudm"
},
"bugs": {
"url": "https://github.com/flxxyz/douyudm/issues"
}
}
{
"name": "douyudm",
"version": "1.0.1",
"description": "实时获取斗鱼弹幕",
"bin": {
"douyudm": "src/cmd.js"
},
"main": "src/index.js",
"author": {
"name": "flxxyz",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"douyu",
"danmu",
"斗鱼",
"弹幕",
"stt",
"serialize",
"deserialize",
"序列化"
],
"dependencies": {
"commander": "^4.1.0",
"fast-text-encoding": "^1.0.0",
"ws": "^7.2.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/flxxyz/douyudm"
},
"bugs": {
"url": "https://github.com/flxxyz/douyudm/issues"
}
}

0 comments on commit f214023

Please sign in to comment.