{
  "name": "circular-reference-remover",
  "version": "2.1.0",
  "description": "Removes the inner circular references from objects",
  "main": "./src/app/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "src/app/"
  ],
  "types": "./src/app/index.d.ts",
  "keywords": [
    "circular-reference",
    "circular",
    "reference",
    "json",
    "stringify",
    "removal",
    "remover"
  ],
  "author": "João",
  "license": "ISC"
}
