UNPKG

clean-publish

Version:
30 lines (29 loc) 632 B
{ "name": "clean-publish", "version": "7.1.0", "description": "Clean your package before publish", "keywords": [ "clean", "npm", "package", "publish" ], "license": "MIT", "author": "Shashkov Danil <shashkovdanil@gmail.com>", "repository": "shashkovdanil/clean-publish", "bin": { "clean-publish": "clean-publish.js", "clear-package-json": "clear-package-json.js" }, "type": "module", "types": "types.d.ts", "dependencies": { "lilconfig": "^3.1.3", "picomatch": "^4.0.4", "tinyexec": "^1.1.2", "tinyglobby": "^0.2.16" }, "engines": { "node": ">= 22.0.0" } }