rm-rf
Version:
Rimraf and glob all in one.
54 lines • 1.09 kB
JSON
{
"name": "rm-rf",
"version": "2.1.1",
"description": "Rimraf and glob all in one.",
"engines": {
"node": ">= 0.10"
},
"keywords": [
"rimraf",
"rm",
"rf",
"glob",
"files",
"remove"
],
"license": "MIT",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.cts",
"exports": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"publishConfig": {
"provenance": true
},
"author": {
"name": "matthewh",
"email": "matthatcher@pm.me",
"url": "https://matthewhatcher.com/"
},
"homepage": "https://github.com/MatthewSH/npm-packages",
"repository": {
"type": "git",
"url": "https://github.com/MatthewSH/npm-packages"
},
"bugs": {
"url": "https://github.com/MatthewSH/npm-packages/issues"
},
"dependencies": {
"glob": "^11.0.2",
"rimraf": "^6.0.1"
},
"scripts": {
"build": "pkgroll"
}
}