fvttt
Version:
FVTTT is a CLI tool for tunneling Foundry VTT application through Cloudflare.
35 lines (34 loc) • 666 B
JSON
{
"name": "fvttt",
"version": "5.1.0",
"type": "module",
"description": "FVTTT is a CLI tool for tunneling Foundry VTT application through Cloudflare.",
"author": "phenomen",
"license": "MIT",
"scripts": {
"start": "bun run ./src/index.ts"
},
"exports": "./src/index.ts",
"files": [
"src"
],
"bin": {
"fvttt": "./src/index.ts"
},
"keywords": [
"foundryvtt",
"tunnel",
"cloudflare"
],
"devDependencies": {
"typescript": "^5.7.3",
"@types/bun": "^1.2.18"
},
"dependencies": {
"@clack/prompts": "^1.0.0-alpha.1",
"cloudflared": "^0.7.0"
},
"trustedDependencies": [
"cloudflared"
]
}