{
  "name": "clear-path",
  "version": "1.4.0",
  "description": "A node library for deleting a path if exists using del",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vkiss/clear-path.git"
  },
  "author": "Vinicius Kiss <contato@kiss.dev.br> (https://kiss.dev.br/)",
  "bin": "./bin/clear-path.js",
  "main": "./lib/index.js",
  "scripts": {
    "lint": "biome check . --write"
  },
  "files": [
    "bin",
    "lib"
  ],
  "keywords": [
    "clean",
    "cleanup",
    "clear",
    "del",
    "delete",
    "destroy",
    "directory",
    "glob",
    "files",
    "folder",
    "remove",
    "rm",
    "rmrf",
    "rimraf",
    "trash"
  ],
  "bugs": {
    "url": "https://github.com/vkiss/clear-path/issues"
  },
  "homepage": "https://github.com/vkiss/clear-path#readme",
  "dependencies": {
    "chalk": "^5.6.2",
    "cosmiconfig": "^9.0.0",
    "del": "^8.0.1"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.4"
  },
  "clearpath": [
    "dist"
  ]
}
