{
	"name": "deltree",
	"version": "1.5.1",
	"description": "Recursively remove a directory from filesystem",
	"main": "src/index.js",
	"scripts": {
		"prepublishOnly": "git checkout main && git pull --rebase && npm test && git push",
		"test": "eslint --fix ."
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/diogoeichert/deltree.git"
	},
	"keywords": [
		"del",
		"delete",
		"deltree",
		"directory",
		"folder",
		"rd",
		"recursive",
		"remove",
		"rimraf",
		"rm",
		"rm -rf",
		"rmdir",
		"unlink"
	],
	"author": "Diogo Eichert",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/diogoeichert/deltree/issues"
	},
	"funding": {
		"url": "https://github.com/sponsors/diogoeichert"
	},
	"homepage": "https://github.com/diogoeichert/deltree#readme",
	"devDependencies": {
		"eslint": "^8.10.0",
		"eslint-config-classic": "^1.4.0"
	}
}
