{
  "name": "hessian.js-1",
  "version": "1.12.2",
  "description": "Hessian Serialization written by pure JavaScript, support all kind of types in Java.",
  "main": "index.js",
  "files": [
    "index.js",
    "lib",
    "!lib/v2rust/target"
  ],
  "scripts": {
    "lint": "make jshint",
    "test": "make test",
    "ci": "npm run lint && make cov",
    "build::platform": "napi build --cargo-cwd ./lib/v2rust --platform --release ./lib/v2rust/harness/dist",
    "contributor": "git-contributor"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/node-modules/hessian.js.git#1.x"
  },
  "keywords": [
    "hessian",
    "protocol",
    "java",
    "rpc",
    "serialization"
  ],
  "author": "dead_horse <dead_horse@qq.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/node-modules/hessian.js/issues",
    "email": "dead_horse@qq.com"
  },
  "homepage": "https://github.com/node-modules/hessian.js",
  "dependencies": {
    "@protobufjs/codegen": "^2.0.4",
    "byte": "^2.0.0",
    "is-type-of": "^1.2.1",
    "long": "^4.0.0"
  },
  "devDependencies": {
    "@napi-rs/cli": "^2.0.0",
    "beautify-benchmark": "^0.2.4",
    "benchmark": "^2.1.4",
    "git-contributor": "^2.1.5",
    "istanbul": "^0.4.5",
    "js-to-java": "^2.6.0",
    "jshint": "^2.9.6",
    "mm": "^2.4.1",
    "mocha": "^3.5.3",
    "should": "^13.2.3"
  },
  "engines": {
    "node": ">= 0.12.0"
  }
}
