fvttt
Version:
FVTTT is a CLI tool for tunneling Foundry VTT application through Cloudflare.
32 lines • 641 B
JSON
{
"name": "fvttt",
"version": "5.5.0",
"type": "module",
"description": "FVTTT is a CLI tool for tunneling Foundry VTT application through Cloudflare.",
"author": "phenomen",
"private": false,
"license": "MIT",
"bin": {
"fvttt": "./src/index.ts"
},
"scripts": {
"fvttt": "bun src/index.ts",
"check": "tsc --noEmit"
},
"keywords": [
"foundryvtt",
"tunnel",
"cloudflare"
],
"devDependencies": {
"@types/bun": "^1.3.14",
"typescript": "^6.0.3"
},
"dependencies": {
"@clack/prompts": "^1.5.1",
"cloudflared": "^0.7.1"
},
"trustedDependencies": [
"cloudflared"
]
}