@hprose/rpc-wx
Version:
51 lines (50 loc) • 1.25 kB
JSON
{
"name": "@hprose/rpc-wx",
"version": "3.0.10",
"homepage": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-wx",
"description": "hprose for TypeScript",
"author": {
"name": "Ma Bingyao",
"email": "mabingyao@gmail.com",
"url": "http://hprose.com/"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"repository": "https://github.com/hprose/hprose-typescript/tree/master/packages/%40hprose/rpc-wx",
"bugs": {
"url": "https://github.com/hprose/hprose-typescript/issues",
"email": "andot@hprose.com"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rm -rf lib",
"compile": "tsc -b tsconfig.json",
"prepublish": "npm run compile"
},
"license": "MIT",
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/node": "^11.11.0",
"jest": "^24.3.1",
"ts-jest": "^24.0.0",
"tslint": "^5.13.1",
"typescript": "^3.3.3333"
},
"dependencies": {
"@hprose/io": "^3.0.10",
"@hprose/rpc-core": "^3.0.10"
},
"keywords": [
"hprose",
"rpc",
"microservices"
],
"files": [
"lib",
"tsconfig.json"
],
"gitHead": "67e73eb5893ae3b930ed7beabf882a13e9c9764b"
}