{
  "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"
  }
}
