-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 885 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
{
"name": "discord_bouncer",
"version": "0.3.0",
"description": "",
"main": "./src/discord_bouncer.js",
"scripts": {
"build": "pkg ./package.json --out-path=./build",
"lint": "eslint -c .eslintrc.json src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devsnek/discord_bouncer.git"
},
"author": "snek <me@gus.host>",
"license": "MIT",
"bugs": {
"url": "https://github.com/devsnek/discord_bouncer/issues"
},
"homepage": "https://github.com/devsnek/discord_bouncer#readme",
"dependencies": {
"discord.js": "github:hydrabolt/discord.js",
"joi": "^10.6.0",
"pkg": "^4.1.1",
"promise_util": "^1.0.0",
"snekparse": "github:devsnek/snekparse",
"uws": "^8.14.0"
},
"devDependencies": {
"eslint": "^4.5.0"
},
"bin": "./src/discord_bouncer.js",
"pkg": {
"scripts": "./src/**/*.js"
}
}