{
  "name": "json-with-bigint",
  "version": "3.5.8",
  "description": "JS library that allows you to easily serialize and deserialize data with BigInt values",
  "type": "module",
  "types": "./json-with-bigint.d.ts",
  "exports": {
    "import": "./json-with-bigint.js",
    "require": "./json-with-bigint.cjs"
  },
  "scripts": {
    "build:cjs": "node ./scripts/build-cjs.js",
    "test": "npm run unit:cjs && npm run unit:esm",
    "performance:cjs": "node __tests__/performance.cjs",
    "unit:cjs": "node __tests__/unit.cjs",
    "performance:esm": "node __tests__/performance.mjs",
    "unit:esm": "node __tests__/unit.mjs"
  },
  "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"
}
