forked from ServerRelay/CSR
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 735 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 735 Bytes
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
{
"name": "csr",
"version": "1.0.0",
"description": "discord",
"main": "irc.js",
"scripts": {
"test": "node irc.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coolxpress/CSR.git"
},
"keywords": [
"social"
],
"author": "DeltaRade",
"license": "ISC",
"bugs": {
"url": "https://github.com/coolxpress/CSR/issues"
},
"homepage": "https://github.com/coolxpress/CSR#readme",
"dependencies": {
"bufferutil": "^4.0.1",
"discord.js": "^11.5.0",
"easy-djs-commandhandler": "git+https://github.com/PLASMAchicken/easy-djs-commandhandler.git",
"jddb": "github:DeltaRade/jddb",
"jndb": "git+https://github.com/DeltaRade/jndb.git",
"ms": "^2.1.1"
}
}