-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
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
{
"name": "scriptserver",
"private": true,
"version": "2.0.0",
"description": "A minecraft server wrapper built in Node",
"keywords": [
"minecraft",
"server",
"scriptserver"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/garrettjoecox/scriptserver.git"
},
"author": "Garrett Cox <garrettjcox@gmail.com> (https://garrettcox.dev)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/garrettjoecox/scriptserver/issues"
},
"homepage": "https://github.com/garrettjoecox/scriptserver#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.0",
"eslint": "^7.24.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-import": "^2.22.1",
"prettier": "^2.2.1"
},
"workspaces": [
"packages/core",
"packages/event",
"packages/essentials",
"packages/util",
"packages/json",
"packages/command",
"packages/example",
"packages/discord"
]
}