fsf
Version:
A typesafe websocket RPC library which thins the borders between clients and servers.
51 lines (50 loc) • 1.17 kB
JSON
{
"name": "fsf",
"version": "1.0.8",
"description": "",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"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://github.com/akash-joshi/functions-over-websockets#readme",
"dependencies": {
"socket.io": "^4.0.0",
"socket.io-client": "^4.0.0"
},
"devDependencies": {
"axios": "^0.21.1",
"@types/node": "^14.14.33",
"@types/socket.io": "^2.1.13",
"module-alias": "^2.2.2",
"typescript": "^4.2.3"
},
"_moduleAliases": {
"@root": "dist/"
}
}