Skip to content

Commit dfdeacc

Browse files
committed
Feat: add MCBot
1 parent b2cf027 commit dfdeacc

File tree

12 files changed

+1969
-880
lines changed

12 files changed

+1969
-880
lines changed

package-lock.json

Lines changed: 486 additions & 241 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"build:mi": "pl-plugin-dev build -e packages/MultiInstances/index.tsx",
1111
"dev:ai": "pl-plugin-dev -e packages/AuthlibInjector/index.ts",
1212
"build:ai": "pl-plugin-dev build -e packages/AuthlibInjector/index.ts",
13+
"dev:bot": "pl-plugin-dev -e packages/MCBot/index.tsx",
14+
"build:bot": "pl-plugin-dev build -e packages/MCBot/index.tsx",
1315
"test": "npm run lint"
1416
},
1517
"repository": {
@@ -29,14 +31,23 @@
2931
},
3032
"homepage": "https://github.com/Apisium/PureLauncherOfficialPlugins#readme",
3133
"dependencies": {
34+
"@types/fs-extra": "^8.1.0",
35+
"@types/node": "^13.7.1",
3236
"@types/react": "^16.9.19",
3337
"@types/react-router-dom": "^5.1.3",
3438
"@xmcl/core": "^2.0.1-alpha.1",
39+
"@xmcl/text-component": "^2.0.1-alpha.1",
40+
"commander": "^4.1.1",
41+
"crc": "^3.8.0",
42+
"crc32-stream": "^3.0.1",
3543
"fs-extra": "^8.1.0",
3644
"history": "^4.10.1",
45+
"minecraft-data": "^2.41.0",
46+
"minecraft-protocol": "^1.11.0",
3747
"pure-launcher": "git+https://github.com/Apisium/PureLauncher.git",
3848
"react-router-cache-route": "^1.8.4",
39-
"reqwq": "^0.2.4"
49+
"reqwq": "^0.2.4",
50+
"yazl": "^2.5.1"
4051
},
4152
"husky": {
4253
"hooks": {

packages/AuthlibInjector/package-lock.json

Lines changed: 0 additions & 318 deletions
This file was deleted.

0 commit comments

Comments
 (0)