-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 890 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
{
"name": "discord-xenon",
"version": "1.0.0",
"description": "A experimental library for bot creators",
"main": "index.js",
"scripts": {
"generate-docs": "node_modules/.bin/jsdoc src -r -d docs",
"eslint": "node_modules/.bin/eslint ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tklaxbro/discord-xenon.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tklaxbro/discord-xenon/issues"
},
"homepage": "https://github.com/tklaxbro/discord-xenon#readme",
"dependencies": {
"request": "^2.88.0",
"ws": "^6.1.3"
},
"devDependencies": {
"eslint": "^5.14.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jsdoc": "^3.5.5"
}
}