{
  "name": "json-friendly-cleaner",
  "version": "2.0.4",
  "description": "Easily remove null, undefined, or any specified values from JSON objects and arrays.",
  "main": "dist/index.js",
  "scripts": {
    "function-test": "node test.js",
    "test": "jest",
    "build": "babel src -d dist",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Akram898/json-friendly-cleaner.git"
  },
  "keywords": [
    "js",
    "json",
    "friendly",
    "cleaner",
    "null",
    "undefined"
  ],
  "author": "Ahmed Akram",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Akram898/json-friendly-cleaner/issues"
  },
  "homepage": "https://github.com/Akram898/json-friendly-cleaner#readme",
  "devDependencies": {
    "@babel/cli": "^7.25.6",
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.4",
    "jest": "^29.7.0"
  }
}
