UNPKG

rpc-typescript

Version:
51 lines (50 loc) 1.34 kB
{ "name": "rpc-typescript", "version": "0.1.0", "description": "An RCP library for TypeScript", "author": "Ali Mousavi Kherad", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "browser": "dist/index.umd.js", "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", "pretest": "npm run build", "test": "jest test/*" }, "repository": { "type": "git", "url": "git+https://github.com/amkherad/rpc-typescript.git" }, "devDependencies": { "@rollup/plugin-commonjs": "^21.0.0", "@rollup/plugin-node-resolve": "^13.0.5", "@rollup/plugin-typescript": "^8.2.5", "@types/jest": "^27.0.2", "@types/node": "^16.10.2", "@types/rollup": "^0.54.0", "@types/rollup-plugin-commonjs": "^9.3.1", "@types/rollup-plugin-node-resolve": "^4.1.0", "jest": "^27.2.4", "rollup": "^2.58.0", "ts-jest": "^27.0.5", "tslib": "^2.3.1", "typescript": "^4.4.3" }, "keywords": [ "RPC", "TypeScript", "Remote Procedure Call", "Remote", "Procedure", "Call", "HTTP", "Electron", "Transport" ] }