create-trifrost
Version:
CLI Creation tool for TriFrost, the blazingly fast, runtime-agnostic server framework for modern edge and node environments
46 lines (45 loc) • 1.01 kB
JSON
{
"name": "create-trifrost",
"description": "CLI Creation tool for TriFrost, the blazingly fast, runtime-agnostic server framework for modern edge and node environments",
"keywords": [
"cli",
"server",
"framework",
"edge",
"runtime-agnostic",
"typescript",
"cloudflare_workers",
"hmac",
"rsa",
"ecdsa",
"workerd",
"nodejs",
"bun",
"trifrost"
],
"version": "0.12.0",
"bin": {
"create-trifrost": "bin/create-trifrost.cli.js"
},
"type": "module",
"author": {
"name": "Peter Vermeulen",
"url": "https://www.linkedin.com/in/petervermeulen1/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trifrost-js/create-trifrost.git"
},
"bugs": {
"url": "https://github.com/trifrost-js/create-trifrost/issues"
},
"homepage": "https://trifrost.dev",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"picocolors": "^1.1.1",
"prompts": "^2.4.2"
}
}