-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 811 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 811 Bytes
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
{
"name": "@foundryvtt/foundryvtt-cli",
"productName": "Foundry VTT CLI",
"description": "The Official CLI for Foundry VTT",
"version": "0.0.6",
"author": {
"name": "Foundry Gaming LLC",
"email": "admin@foundryvtt.com",
"url": "https://foundryvtt.com"
},
"main": "index.mjs",
"bin": {
"fvtt": "fvtt.mjs"
},
"homepage": "https://foundryvtt.com",
"license": "MIT",
"private": false,
"repository": "github:foundryvtt/foundryvtt-cli",
"dependencies": {
"chalk": "^5.4.1",
"classic-level": "^1.4.1",
"esm": "^3.2.25",
"js-yaml": "^4.1.0",
"mkdirp": "^3.0.1",
"nedb-promises": "^6.2.3",
"yargs": "^17.7.2"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-plugin-jsdoc": "^46.10.1"
},
"engines": {
"node": ">17.0.0"
}
}