Addnew sheets (armor, weapons, malefica) and v13 support
This commit is contained in:
34
node_modules/@foundryvtt/foundryvtt-cli/package.json
generated
vendored
Normal file
34
node_modules/@foundryvtt/foundryvtt-cli/package.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "@foundryvtt/foundryvtt-cli",
|
||||
"productName": "Foundry VTT CLI",
|
||||
"description": "The Official CLI for Foundry VTT",
|
||||
"version": "1.0.3",
|
||||
"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,
|
||||
"dependencies": {
|
||||
"chalk": "^5.2.0",
|
||||
"classic-level": "^1.2.0",
|
||||
"esm": "^3.2.25",
|
||||
"js-yaml": "^4.1.0",
|
||||
"mkdirp": "^3.0.0",
|
||||
"nedb-promises": "^6.2.1",
|
||||
"yargs": "^17.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.47.0",
|
||||
"eslint-plugin-jsdoc": "^46.4.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">17.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user