UNPKG

@redpc/core

Version:

Remoted Procedure Call (RedPC) - A javascript RPC library written with TypeScript

58 lines (57 loc) 1.46 kB
{ "name": "@redpc/core", "version": "0.0.1", "description": "Remoted Procedure Call (RedPC) - A javascript RPC library written with TypeScript", "author": "Ali Mousavi Kherad", "license": "MIT", "main": "index.ts", "bugs": { "url": "https://github.com/amkherad/rpc-typescript/issues" }, "homepage": "https://github.com/amkherad/rpc-typescript#readme", "scripts": { "build": "npx rollup -c --configPlugin typescript", "dev": "npx rollup -c -w --configPlugin typescript", "test": "jest test/*" }, "repository": { "type": "git", "url": "git+https://github.com/amkherad/rpc-typescript.git" }, "dependencies": { "reflect-metadata": "^0.1.13", "uuid": "^8.3.2" }, "devDependencies": { "@types/jest": "^27.0.3", "@types/node": "^17.0.0", "@types/uuid": "^8.3.4", "@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/parser": "^5.25.0", "eslint": "^7.32.0 || ^8.2.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.25.2", "jest": "^27.2.4", "ts-jest": "^27.0.5", "tsc-alias": "^1.5.0", "tsconfig-paths": "^3.12.0", "tslib": "^2.3.1", "typescript": "^4.4.3" }, "keywords": [ "RPC", "Proxy", "Proxy Pattern", "TypeScript", "Remote Procedure Call", "Remote", "Procedure", "Call", "HTTP", "Electron", "Transport" ], "publishConfig": { "access": "public" } }