-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.44 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "tcp-telnet-major-mud",
"version": "1.0.0-rc0",
"description": "TCP Telnet for Unorthodox Telnet WorldGroup Connections",
"author": "Samuel Voeller <[email protected]> (https://discord.amethyst.live/)",
"contributors": [],
"main": "index.js",
"scripts": {
"dev:eslint": "eslint --ext .js,.json,.eslintrc --config=./.eslintrc .",
"dev:eslint-fix": "eslint --ext .js,.json,.eslintrc --config=./.eslintrc --fix .",
"deps:verify": "npm-check --specials --ignore husky",
"deps:update": "npm-check --update-all --specials"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amethyst-studio/MajorMUD-Discord-Bot.git"
},
"engines": {
"node": ">=12.0.0"
},
"license": "Apache-2.0",
"homepage": "https://github.com/amethyst-studio/MajorMUD-Discord-Bot#readme",
"dependencies": {
"discord.js": "^11.5.1",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsdoc": "^18.4.3",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-optimize-regex": "^1.1.7",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^14.0.1",
"npm-check": "^5.9.0"
},
"optionalDependencies": {}
}