mirror of
https://github.com/foomo/gotsrpc.git
synced 2026-06-28 22:00:03 +00:00
14 lines
224 B
JSON
14 lines
224 B
JSON
{
|
|
"private": true,
|
|
"name": "tests",
|
|
"type": "module",
|
|
"module": "src/index.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"typescript": "latest"
|
|
}
|
|
}
|