{
  "name": "@alicloud/rpc-util",
  "version": "0.1.0",
  "description": "",
  "main": "dist/client.js",
  "scripts": {
    "test": "mocha -r ts-node/register test/**/*.spec.ts",
    "test-cov": "nyc -e .ts -r=html -r=text -r=lcov npm run test",
    "build": "tsc",
    "prepublishOnly": "tsc"
  },
  "author": "Jackson Tian",
  "license": "Apache-2.0",
  "dependencies": {
    "@alicloud/tea-typescript": "^1",
    "@types/xml2js": "^0.4.5",
    "kitx": "^2.0.0",
    "xml2js": "^0.4.22"
  },
  "files": [
    "dist",
    "src"
  ],
  "nyc": {
    "extends": "@istanbuljs/nyc-config-typescript",
    "all": true,
    "check-coverage": true
  },
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^0.1.3",
    "@types/mocha": "^5.2.7",
    "@types/rewire": "^2.5.28",
    "mocha": "^6.2.0",
    "ts-node": "^8.4.1",
    "typescript": "^3.6.3",
    "codecov": "^3.1.0",
    "rewire": "^4.0.1",
    "nyc": "^14.1.1"
  }
}
