-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 870 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "hive-loginstreak-bot",
"version": "1.0.0",
"description": "",
"main": "./dist/index.js",
"scripts": {
"build": "tsc --project tsconfig.json",
"join hive": "tsc --project tsconfig.json && node ./dist/index.js",
"join hive automatic": "tsc --project tsconfig.json && node ./dist/index.js auto",
"add account": "tsc --project tsconfig.json && node ./dist/add_account.js"
},
"author": "xxAROX",
"license": "CUSTOM",
"dependencies": {
"bedrock-protocol": "^3.30.0",
"colors.ts": "^1.0.20",
"date-fns": "^2.30.0",
"jsonwebtoken": "^9.0.1",
"node-schedule": "^2.1.1",
"prismarine-auth": "^2.2.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.2",
"@types/node-schedule": "^2.1.0",
"typescript": "^5.1.6"
}
}