@debonet/remote-promises
Version:
Library to add a network abstraction between calls to and fulfillment of function promises
33 lines (32 loc) • 796 B
JSON
{
"name": "@debonet/remote-promises",
"version": "1.0.2",
"description": "Library to add a network abstraction between calls to and fulfillment of function promises",
"main": "src/remote-promises.js",
"scripts": {
"test": "jest test/*test*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/debonet/remote-promises.git"
},
"keywords": [
"Promises",
"Network",
"Await",
"Async",
"Remote"
],
"author": "Jeremy De Bonet",
"license": "MIT",
"bugs": {
"url": "https://github.com/debonet/remote-promises/issues"
},
"homepage": "https://github.com/debonet/remote-promises#readme",
"dependencies": {
"@debonet/bugout": "^1.0.0",
"socket.io": "^4.1.2",
"socket.io-client": "^4.1.2",
"uuid": "^8.3.2"
}
}