{
  "name": "rescript-clean-deep",
  "version": "2.0.1",
  "scripts": {
    "build": "rescript",
    "start": "rescript watch",
    "clean": "rescript clean",
    "pretest": "yarn run build",
    "test": "jest"
  },
  "keywords": [
    "rescript"
  ],
  "author": "mikaello",
  "description": "Remove empty or nullable values from JavaScript objects",
  "homepage": "https://github.com/mikaello/rescript-clean-deep",
  "repository": "https://github.com/mikaello/rescript-clean-deep",
  "bugs": "https://github.com/mikaello/rescript-clean-deep/issues",
  "license": "MIT",
  "devDependencies": {
    "@glennsl/rescript-jest": "0.13.1",
    "rescript": "12.2.0"
  },
  "dependencies": {
    "clean-deep": "3.4.0"
  }
}
