fvttdb
Version:
FVTTDB is a CLI helper for Foundry VTT CLI to extract and compile databases.
29 lines (28 loc) • 558 B
JSON
{
"name": "fvttdb",
"version": "3.0.3",
"description": "FVTTDB is a CLI helper for Foundry VTT CLI to extract and compile databases.",
"author": "phenomen",
"type": "module",
"main": "index.ts",
"bin": {
"fvttdb": "index.ts"
},
"scripts": {
"start": "bun index.ts"
},
"keywords": [
"foundryvtt",
"nedb",
"leveldb",
"json"
],
"devDependencies": {
"typescript": "^5.9.3",
"@types/bun": "^1.3.10"
},
"dependencies": {
"@clack/prompts": "^1.1.0",
"@foundryvtt/foundryvtt-cli": "^3.0.3"
}
}