UNPKG

@darkobits/re-pack

Version:

Utility for managing NPM package contents.

49 lines (48 loc) 1.16 kB
{ "name": "@darkobits/re-pack", "version": "1.0.16", "author": "darkobits", "license": "WTFPL", "description": "Utility for managing NPM package contents.", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/darkobits/re-pack.git" }, "files": [ "dist" ], "bin": { "re-pack": "dist/bin/cli.js" }, "main": "dist/index.js", "scripts": { "prepare": "nr prepare", "help": "nr --scripts" }, "dependencies": { "@darkobits/adeiu": "^0.4.1", "@darkobits/chex": "^2.0.8", "@darkobits/log": "^2.0.0-beta.20", "@darkobits/saffron": "^0.32.19", "@npmcli/arborist": "^9.0.0", "async-lock": "^1.4.1", "chokidar": "^4.0.3", "conf": "~13.1.0", "fs-extra": "^11.2.0", "npm-packlist": "^10.0.0", "ow": "~2.0.0", "ramda": "^0.30.1", "read-package-up": "^11.0.0", "semver": "^7.6.3", "tempy": "~3.1.0" }, "devDependencies": { "@darkobits/ts": "^0.23.4", "@types/async-lock": "^1.4.2", "@types/fs-extra": "^11.0.4", "@types/npm-packlist": "^7.0.3", "@types/ramda": "^0.30.2", "@types/semver": "^7.5.8" } }