-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
45 lines (45 loc) · 960 Bytes
/
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
{
"name": "taurus",
"version": "4.0",
"description": "An AI Discord Bot!",
"types": "./typings.d.ts",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TecEash1/Taurus.git"
},
"keywords": [
"discord-js"
],
"author": {
"name": "TechyGiraffe999",
"url": "https://github.com/TecEash1/Taurus"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/TecEash1/Taurus/issues"
},
"dependencies": {
"@google/generative-ai": "^0.11.3",
"@iamtraction/google-translate": "^2.0.1",
"@tensorflow/tfjs-node": "^4.19.0",
"api": "^6.1.1",
"axios": "^1.6.8",
"better-sqlite3": "^10.0.0",
"blessed": "^0.1.81",
"chalk": "^5.3.0",
"discord-api-types": "^0.37.84",
"discord.js": "^14.15.2",
"figlet": "^1.7.0",
"moment": "^2.30.1",
"nsfwjs": "^4.1.0",
"os": "^0.1.2",
"quick.db": "^9.1.7"
},
"devDependencies": {
"prettier": "3.2.5"
}
}