UNPKG

rocketrpc

Version:

![Frame 8175 (1)](https://user-images.githubusercontent.com/22196279/219864833-74471e79-8afe-446a-95f6-7d37ef007e97.png)

59 lines 1.33 kB
{ "name": "rocketrpc", "version": "0.0.5", "description": "", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.json", "prepublish": "npm run build", "test": "jest", "docs:dev": "vitepress dev www", "docs:build": "vitepress build www", "docs:preview": "vitepress preview www" }, "repository": { "type": "git", "url": "git+https://github.com/akash-joshi/functions-over-websockets.git" }, "keywords": [ "functions-without-borders", "functions", "websockets", "functions-over-websockets", "typescript", "typesafe", "web", "framework", "app", "rpc", "remote procedure call", "indie" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/akash-joshi/functions-over-websockets/issues" }, "homepage": "https://rocketrpc.com", "dependencies": { "socket.io": "^4.0.0", "socket.io-client": "^4.3.0" }, "devDependencies": { "@types/jest": "^29.4.0", "@types/node": "^14.14.33", "@types/socket.io": "^2.1.13", "jest": "^29.4.2", "module-alias": "^2.2.2", "ts-jest": "^29.0.5", "typescript": "^4.2.3", "vitepress": "^1.0.0-rc.41" }, "_moduleAliases": { "@root": "dist/" }, "files": [ "./dist" ] }