forked from felddy/foundryvtt-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"author": "Mark Feldhousen <[email protected]>",
"bugs": {
"url": "https://github.com/felddy/foundryvtt-docker/issues"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"docopt": "^0.6.2",
"fetch-cookie": "^2.1.0",
"node-fetch": "^3.3.0",
"tough-cookie-file-store": "^2.0.3",
"winston": "^3.8.2"
},
"description": "Utilities to help boot a FoundryVTT server.",
"devDependencies": {
"@types/cheerio": "^0.22.31",
"@types/docopt": "^0.6.33",
"@types/tough-cookie": "^4.0.2",
"@types/tough-cookie-file-store": "^2.0.1",
"typescript": "^4.9.5"
},
"homepage": "https://github.com/felddy/foundryvtt-docker#readme",
"keywords": [
"docker",
"foundryvtt"
],
"license": "MIT",
"main": "authenticate.js",
"name": "foundryvtt-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/felddy/foundryvtt-docker.git"
},
"scripts": {
"build": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"version": "2.0.0"
}