init
Some checks failed
Gitea Auto Deploy / Deploy-Container (push) Failing after 27s

This commit is contained in:
2025-07-22 11:26:14 +07:00
commit df004820a5
11 changed files with 2210 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "rpc-check",
"private": true,
"devDependencies": {
"@types/bun": "latest",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3"
},
"scripts": {
"start": "bun server.ts"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"axios": "^1.10.0",
"chain-registry": "^2.0.28",
"cors": "^2.8.5",
"express": "^5.1.0"
}
}