-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1007 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
{
"name": "discordblacklist",
"version": "3.2.0",
"description": "The Featured Nodejs package that facilitates getting banned Discord users from DiscordBans",
"main": "index.js",
"scripts": {
"clean-nodem": "rm -rf ./node_modules",
"lint": "eslint src *.js",
"lint-fix": "eslint src *.js --fix",
"test": "npm run lint",
"clean-doc": "rm -rf ./docs; npm run gen-doc",
"count-lines": "find ./src -name '*.js' | xargs wc -l"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wzhouwzhou/discordblacklist.git"
},
"keywords": [
"Discord",
"Bans"
],
"author": "William Zhou",
"license": "AGPL-3.0",
"readme": "README.md",
"bugs": {
"url": "https://github.com/wzhouwzhou/discordblacklist/issues"
},
"homepage": "https://github.com/wzhouwzhou/discordblacklist",
"github": "https://github.com/wzhouwzhou/discordblacklist",
"docs": "https://discordblacklist.willyz.cf/",
"devDependencies": {
"eslint": "^5.4.0"
}
}