trpc-bun-adapter
Version:
TRPC adapter for bun js runtime
40 lines (39 loc) • 1.1 kB
JSON
{
"name": "trpc-bun-adapter",
"version": "1.3.0",
"description": "TRPC adapter for bun js runtime",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"package.json",
"LICENSE.txt",
"README.md",
"tsconfig.json"
],
"scripts": {
"test": "bun test",
"lint": "biome check",
"lint:fix": "biome check --write .",
"bundle": "npx tsup src/index.ts --format cjs,esm --dts --clean --sourcemap"
},
"keywords": ["bun", "trpc", "adapter", "websocket"],
"repository": {
"url": "git+https://github.com/cah4a/trpc-bun-adapter.git"
},
"bugs": "https://github.com/cah4a/trpc-bun-adapter/issues",
"author": "Sancha <cah4o3@gmail.com>",
"license": "MIT",
"devDependencies": {
"@trpc/server": "11.0.0",
"bun-types": "^1.1.17",
"tsup": "^8.0.1",
"typescript": "^5.5.4",
"@biomejs/biome": "^1.9.4"
},
"peerDependencies": {
"@trpc/server": "^11.0.0"
}
}