UNPKG

@cloudpss/ubjson

Version:

35 lines 864 B
{ "name": "@cloudpss/ubjson", "version": "0.6.39", "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", "./helper/*": "./dist/helper/*.js" }, "devDependencies": { "@types/lodash": "^4.17.24", "lodash": "^4.18.1", "ref-impl": "npm:@cloudpss/ubjson@0.5.55" }, "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" } }