-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.3 KB
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
47
48
49
50
51
{
"name": "c3cbot",
"version": "0.3.4",
"description": "A customizable bot that runs on Facebook and Discord.",
"main": "index.js",
"scripts": {
"test": "npm run lint",
"start": "node index.js",
"lint": "./node_modules/.bin/eslint **.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lequanglam/c3c.git"
},
"keywords": [
"C\u001b[6~3C",
"C3C"
],
"author": "lequanglam",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/lequanglam/c3c/issues"
},
"homepage": "https://github.com/lequanglam/c3c#readme",
"dependencies": {
"@discordjs/opus": "^0.1.0",
"@tensorflow/tfjs": "^1.5.1",
"bufferutil": "^4.0.1",
"canvas": "^2.6.1",
"discord.js": "github:discordjs/discord.js",
"erlpack": "github:discordapp/erlpack",
"eslint": "^5.16.0",
"fca-unofficial": "^1.1.0",
"ffmpeg-static": "^3.0.0",
"jimp": "^0.9.3",
"js-yaml": "^3.13.1",
"libsodium-wrappers": "^0.7.6",
"node-stream-zip": "^1.8.0",
"nsfwjs": "^2.1.0",
"request": "^2.88.0",
"semver": "^7.1.1",
"socks": "^2.3.3",
"ssh2": "^0.8.7",
"stream-buffers": "^3.0.2",
"sync-request": "^6.1.0",
"tiny-worker": "^2.3.0",
"utf-8-validate": "^5.0.2",
"wait-for-stuff": "^1.4.0",
"zlib-sync": "^0.1.6"
}
}