UNPKG

json-with-bigint

Version:

JS library that allows you to easily serialize and deserialize data with BigInt values

28 lines (27 loc) 653 B
{ "name": "json-with-bigint", "version": "3.3.4", "description": "JS library that allows you to easily serialize and deserialize data with BigInt values", "type": "module", "exports": { "import": "./json-with-bigint.js", "require": "./json-with-bigint.cjs" }, "scripts": { "performance": "node __tests__/performance.cjs", "unit": "node __tests__/unit.cjs" }, "repository": { "type": "git", "url": "https://github.com/Ivan-Korolenko/json-with-bigint" }, "keywords": [ "JSON", "BigInt", "js", "ts", "library" ], "author": "Ivan Korolenko <iam@ivankorolenko.com>", "license": "MIT" }