-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 986 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
36
37
38
39
40
41
{
"name": "middle_earth",
"description": "Planetarion Tools",
"keywords": [
"Planetarion",
"Tools",
"Alliance",
"Bot"
],
"private": true,
"license": "GPL-3.0",
"version": "1.0.0-alpha",
"repository": "github:moldypenguins/Gandalf",
"homepage": "https://github.com/moldypenguins/Gandalf",
"bugs": "https://github.com/moldypenguins/Gandalf/issues",
"funding": "https://www.buymeacoffee.com/moldypenguins",
"author": "Craig Roberts <[email protected]>",
"contributors": [
"Braden Edmunds <[email protected]>",
"Alex High <[email protected]>",
"Sam Powis <[email protected]>"
],
"engines": {
"node": ">=16.13.0",
"npm": ">=8.19.3"
},
"workspaces": [
"Bilbo",
"Frodo",
"Gandalf",
"Mordor",
"Sauron"
],
"devDependencies": {
"@types/node": "^18.13.0",
"eslint": "^8.34.0",
"eslint-plugin-jsdoc": "^39.8.0",
"nodemon": "^3.0.1",
"typescript": "^4.9.5"
}
}