-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.29 KB
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "temzinbot",
"version": "1.20.1",
"description": "Temzinbot, minecraft bot implementation with mineflayer.",
"main": "main.js",
"dependencies": {
"@anthropic-ai/sdk": "^0.17.1",
"@google/generative-ai": "^0.1.1",
"axios": "^1.6.2",
"dateformat": "^5.0.3",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"jsonfile": "^6.1.0",
"mineflayer": "^4.14.0",
"openai": "^4.20.1",
"readline": "^1.3.0"
},
"devDependencies": {
"@types/node": "^20.10.2",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"nodemon": "^3.0.2",
"prettier": "^3.1.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.2"
},
"scripts": {
"dev": "nodemon --exec ts-node -r tsconfig-paths/register src/index.ts",
"start": "ts-node -r tsconfig-paths/register src/index.ts",
"lint": "eslint src",
"prettier": "prettier --write src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fubira/TemzinBot.git"
},
"author": "fubira@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/fubira/TemzinBot/issues"
},
"homepage": "https://github.com/fubira/TemzinBot#readme"
}