{
  "name": "clear-folder",
  "version": "5.2.2",
  "description": "Empties the contents of a directory, for instance your build directory",
  "main": "./lib/clear-folder.js",
  "bin": {
    "clear-folder": "./cli.js",
    "cf": "./cli.js"
  },
  "scripts": {
    "build": "tsc --build && node ./cli.js probe .tap",
    "coverage": "npm run build && tap test/*.js --coverage-report=lcov",
    "test": "npm run build && tap test/*.js"
  },
  "type": "module",
  "types": "lib/clear-folder.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ovanderzee/clear-folder.git"
  },
  "keywords": [
    "clean",
    "clear",
    "empty",
    "directory",
    "folder",
    "build tool",
    "cli-app",
    "cli"
  ],
  "author": "Onno van der Zee",
  "license": "ISC",
  "dependencies": {
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "@types/node": "^22.20.1",
    "tap": "^21.7.4",
    "typescript": "^6.0.3"
  }
}
