-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 889 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
{
"dependencies": {
"@discordjs/builders": "^0.8.2",
"@discordjs/rest": "^0.1.0-canary.0",
"@tensorflow-models/toxicity": "^1.2.2",
"@tensorflow/tfjs-node": "^3.11.0",
"deepai": "^1.0.17",
"discord-api-types": "^0.24.0",
"discord.js": "^13.3.0",
"dotenv": "^10.0.0",
"firebase-admin": "^10.0.0",
"statcord.js": "^3.3.0"
},
"devDependencies": {
"eslint": "^8.1.0"
},
"name": "detoxai",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/RJain12/detoxAI.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RJain12/detoxAI/issues"
},
"homepage": "https://github.com/RJain12/detoxAI#readme",
"description": ""
}