@mstssk/cleandir
Version:
Cleanup directories.
48 lines (47 loc) • 996 B
JSON
{
"name": "@mstssk/cleandir",
"version": "2.0.0",
"description": "Cleanup directories.",
"keywords": [
"clean",
"directory"
],
"homepage": "https://github.com/mstssk/cleandir#readme",
"bugs": {
"url": "https://github.com/mstssk/cleandir/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mstssk/cleandir.git"
},
"license": "MIT",
"author": "@mstssk",
"main": "lib/cleandir.js",
"types": "lib/cleandir.d.ts",
"bin": {
"cleandir": "bin/cleandir.js"
},
"files": [
"bin/",
"lib/"
],
"scripts": {
"prebuild": "rm -rf lib/*",
"build": "tsc",
"fmt": "npx prettier --write .",
"lint": "npx prettier --check .",
"pretest": "npm run build",
"test": "jest"
},
"devDependencies": {
"@types/node": "18.x",
"copyfiles": "^2.4.1",
"glob": "^10.2.6",
"jest": "^29.5.0",
"semver": "^7.5.1",
"typescript": "^5.0.4"
},
"publishConfig": {
"access": "public"
}
}