UNPKG

@modernpoacher/deps

Version:

Update NPM package dependencies from the command line

90 lines (89 loc) 3.4 kB
{ "name": "@modernpoacher/deps", "version": "2.2.19", "description": "Update NPM package dependencies from the command line", "keywords": [ "deps", "dependencies", "devDependencies", "optionalDependencies", "bundleDependencies", "peerDependencies" ], "main": "./index.mjs", "type": "module", "types": "./index.d.mts", "author": { "name": "Jonathan Perry for Modern Poacher Limited", "email": "modernpoacher@modernpoacher.com", "url": "https://modernpoacher.com" }, "license": "ISC", "engines": { "node": ">=22.11.0" }, "repository": { "type": "git", "url": "git://github.com/modernpoacher/deps.git" }, "homepage": "https://github.com/modernpoacher/deps", "bugs": { "url": "https://github.com/modernpoacher/deps/issues" }, "scripts": { "deps": "cross-env NODE_OPTIONS=--disable-warning=ExperimentalWarning DEBUG_COLORS=yes NODE_ENV=production node bin/deps.mjs", "deps-deps": "cross-env NODE_OPTIONS=--disable-warning=ExperimentalWarning DEBUG_COLORS=yes NODE_ENV=production node bin/deps/deps.mjs", "deps-execute": "cross-env NODE_OPTIONS=--disable-warning=ExperimentalWarning DEBUG_COLORS=yes NODE_ENV=production node bin/deps/execute.mjs", "deps-head": "cross-env NODE_OPTIONS=--disable-warning=ExperimentalWarning DEBUG_COLORS=yes NODE_ENV=production node bin/deps/head.mjs", "deps-install": "cross-env NODE_OPTIONS=--disable-warning=ExperimentalWarning DEBUG_COLORS=yes NODE_ENV=production node bin/deps/install.mjs", "deps-push": "cross-env NODE_OPTIONS=--disable-warning=ExperimentalWarning DEBUG_COLORS=yes NODE_ENV=production node bin/deps/push.mjs", "deps-wipe": "cross-env NODE_OPTIONS=--disable-warning=ExperimentalWarning DEBUG_COLORS=yes NODE_ENV=production node bin/deps/wipe.mjs", "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "prepare": "husky", "start": "npm run deps", "test": "cross-env NODE_OPTIONS=--disable-warning=ExperimentalWarning DEBUG_COLORS=yes NODE_ENV=test mocha test --recursive --verbose --color" }, "bin": { "deps": "bin/deps.sh", "deps-deps": "bin/deps/deps.sh", "deps-execute": "bin/deps/execute.sh", "deps-head": "bin/deps/head.sh", "deps-install": "bin/deps/install.sh", "deps-push": "bin/deps/push.sh", "deps-wipe": "bin/deps/wipe.sh" }, "dependencies": { "commander": "^13.1.0", "debug": "^4.4.0", "glob": "^11.0.1", "strip-ansi": "^7.1.0", "supports-color": "^10.0.0" }, "devDependencies": { "@sequencemedia/eslint-config-standard": "^0.2.47", "@sequencemedia/eslint-config-typescript": "^0.1.69", "@types/chai": "^5.2.1", "@types/debug": "^4.1.12", "@types/mocha": "^10.0.10", "@typescript-eslint/parser": "^8.28.0", "chai": "^5.2.0", "cross-env": "^7.0.3", "eslint": "^9.23.0", "globals": "^16.0.0", "husky": "^9.1.7", "mocha": "^11.1.0" }, "imports": { "#deps/bin": "./bin/index.mjs", "#deps/bin/*": "./bin/*.mjs", "#deps/bin/common": "./bin/common/index.mjs", "#deps/src": "./src/index.mjs", "#deps/src/*": "./src/*.mjs", "#deps/src/common": "./src/common/index.mjs", "#deps/src/common/*": "./src/common/*/index.mjs", "#deps/src/common/debug": "./src/common/debug.mjs", "#deps/src/install": "./src/install/index.mjs", "#where-am-i": "./where-am-i.mjs" } }