{
  "name": "lossless-json",
  "version": "1.0.5",
  "description": "Parse JSON without risk of losing numeric information",
  "main": "./dist/lossless-json.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/josdejong/lossless-json.git"
  },
  "scripts": {
    "test": "ava **/*.test.js",
    "build": "rollup --config rollup.config.js",
    "prepublishOnly": "npm test && npm run build",
    "benchmark": "babel-node test/benchmark/run.js"
  },
  "keywords": [
    "json",
    "lossless",
    "circular",
    "parse",
    "stringify",
    "number",
    "long",
    "bignumber"
  ],
  "author": "Jos de Jong",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "7.14.8",
    "@babel/preset-env": "7.14.8",
    "@babel/register": "7.14.5",
    "ava": "3.15.0",
    "rollup": "2.53.3",
    "rollup-plugin-babel": "4.4.0",
    "rollup-plugin-uglify": "6.0.4"
  },
  "files": [
    "dist",
    "HISTORY.md",
    "LICENSE.md",
    "README.md"
  ],
  "ava": {
    "require": [
      "@babel/register"
    ]
  }
}
