{
  "name": "@streamparser/json-performance",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "deno": "deno run --unstable --allow-read index.deno.ts",
    "node": "node index.node.mjs ",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "benchmark": "^2.1.4",
    "jsonparse": "^1.3.1"
  }
}
