{
  "version": "3.0.2",
  "name": "stringify-clone",
  "description": "Wrapper for fast object cloning using `JSON.parse` & `JSON.stringify`",
  "author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)",
  "homepage": "https://github.com/ahmadnassri/node-stringify-clone",
  "repository": {
    "type": "git",
    "url": "https://github.com/ahmadnassri/node-stringify-clone.git"
  },
  "bugs": {
    "url": "https://github.com/ahmadnassri/node-stringify-clone/issues"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/ahmadnassri"
  },
  "license": "MIT",
  "keywords": [
    "stringify",
    "clone"
  ],
  "engines": {
    "node": ">=14"
  },
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "scripts": {
    "test": "tap test --no-coverage",
    "test:watch": "tap test --watch",
    "test:ci": "tap test --100",
    "test:report": "opener coverage/lcov-report/index.html"
  },
  "devDependencies": {
    "tap": "^16.3.0"
  }
}
