UNPKG

clean-publish-fix

Version:
50 lines (49 loc) 1.34 kB
{ "name": "clean-publish-fix", "version": "4.2.1", "description": "Clean your package before publish", "keywords": [ "npm", "package", "publish", "clean" ], "engines": { "node": ">= 16.0.0" }, "author": "Shashkov Danil <shashkovdanil@gmail.com>", "license": "MIT", "repository": "shashkovdanil/clean-publish", "type": "module", "types": "types.d.ts", "bin": { "clean-publish": "clean-publish.js", "clear-package-json": "clear-package-json.js" }, "main": "./core.js", "scripts": { "lint": "eslint *.js test/*.js", "unit": "tsm node_modules/uvu/bin.js . 'test/[^/]+\\.test\\.js$'", "schema": "ts-json-schema-generator --path types.d.ts --type Config --no-type-check --out schema.json", "prepublishOnly": "yarn schema", "test": "yarn unit && yarn lint" }, "dependencies": { "cross-spawn": "^7.0.3", "fast-glob": "^3.2.12", "lilconfig": "^2.1.0", "micromatch": "^4.0.5" }, "devDependencies": { "@logux/eslint-config": "^49.0.0", "eslint": "^8.38.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.7.0", "eslint-plugin-prefer-let": "^3.0.1", "eslint-plugin-promise": "^6.1.1", "ts-json-schema-generator": "^1.2.0", "tsm": "^2.3.0", "uvu": "^0.5.6" } }