{
  "name": "@cloudpss/ubjson",
  "version": "0.5.53",
  "author": "CloudPSS",
  "license": "MIT",
  "keywords": [
    "ubjson",
    "universal binary json",
    "json",
    "binary"
  ],
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./stream": "./dist/stream/index.js",
    "./rxjs": "./dist/rxjs/index.js"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.20",
    "lodash": "^4.17.21",
    "ref-impl": "npm:@cloudpss/ubjson@0.5.40"
  },
  "dependencies": {
    "rxjs": "^7.8.2"
  },
  "scripts": {
    "build": "pnpm clean && tsc --build --force",
    "clean": "rimraf dist",
    "test": "NODE_NO_WARNINGS=1 NODE_OPTIONS=\"${NODE_OPTIONS:-} --unhandled-rejections=warn --experimental-vm-modules\" jest"
  }
}