UNPKG

sdg-rpc

Version:

pomelo ts rpc

46 lines (45 loc) 1.01 kB
{ "name": "sdg-rpc", "version": "1.0.13", "description": "pomelo ts rpc", "main": "./lib/index.js", "types": "./types/index.d.ts", "files": [ "types", "lib", "test" ], "scripts": { "build": "rm -rf lib types && tsc", "test": "ts-node test/index.ts", "l": "npm link sdg-loader", "pub": "npm run build && npm version patch && npm publish && git push" }, "keywords": [ "pomelo", "sdg", "rpc" ], "author": "colter", "license": "ISC", "dependencies": { "chokidar": "^3.4.3", "crc": "^3.8.0", "sdg-loader": "^1.0.5", "socket.io": "^4.2.0", "socket.io-client": "^4.2.0" }, "devDependencies": { "@types/expect": "^24.3.0", "@types/lodash": "^4.14.166", "@types/mocha": "^8.2.0", "@types/socket.io": "^3.0.2", "@types/socket.io-client": "^3.0.0", "lodash": "^4.17.20", "mocha": "^8.2.1", "ts-mocha": "^8.0.0", "ts-node": "^9.1.0", "tslib": "^2.0.3", "typescript": "^4.1.2" } }