-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 904 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
{
"name": "taurus",
"version": "3.5",
"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.9.0",
"@iamtraction/google-translate": "^2.0.1",
"@tensorflow/tfjs-node": "^4.19.0",
"api": "^6.1.1",
"axios": "^1.6.8",
"blessed": "^0.1.81",
"chalk": "^5.3.0",
"discord-api-types": "^0.37.83",
"discord.js": "^14.14.1",
"figlet": "^1.7.0",
"moment": "^2.30.1",
"nsfwjs": "^4.1.0",
"os": "^0.1.2"
},
"devDependencies": {
"prettier": "3.2.5"
}
}