{
  "name": "json-bigint-patch",
  "version": "0.0.9",
  "description": "JSON.parse with bigints support",
  "main": "dist/index.js",
  "scripts": {
    "build": "rollup -i src/index.js -o dist/index.js",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:ardatan/json-bigint-patch.git"
  },
  "keywords": [
    "JSON",
    "bigint",
    "bignumber",
    "parse",
    "json"
  ],
  "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "jest": "25.2.7",
    "rollup": "2.3.2"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
