{
	"name": "fvttdb",
	"version": "1.8.0",
	"description": "FVTTDB is a CLI helper for Foundry VTT CLI to extract and compile databases.",
	"author": "phenomen",
	"type": "module",
	"bin": {
		"fvttdb": "./bin/index.js"
	},
	"main": "./bin/index.js",
	"exports": "./bin/index.js",
	"files": ["bin"],
	"scripts": {
		"start": "node ./bin/index.js"
	},
	"keywords": ["foundryvtt", "nedb", "leveldb", "json"],
	"dependencies": {
		"@clack/prompts": "^0.10.0",
		"@foundryvtt/foundryvtt-cli": "^1.0.4"
	}
}
