UNPKG

upem

Version:

Ups your package.json dependencies to latest. Opinionated. Respectless.

44 lines (43 loc) 854 B
{ "name": "upem", "version": "9.0.4", "type": "module", "description": "Ups your package.json dependencies to latest. Opinionated. Respectless.", "bin": { "upem": "dist/cli.js" }, "files": [ "dist", "package.json", "README.md" ], "keywords": [ "npm", "check", "updates", "dependencies", "package.json", "version", "management", "ncu" ], "author": "Sander Verweij (https://sverweij.github.io/)", "license": "MIT", "homepage": "https://github.com/sverweij/upem", "repository": { "type": "git", "url": "git+https://github.com/sverweij/upem.git" }, "bugs": { "url": "https://github.com/sverweij/upem/issues" }, "dependencies": { "libnpmconfig": "^1.2.1" }, "engines": { "node": "^18.17||>=20" }, "scripts": { "test": "echo for test, build and static analysis scripts: see the github repository" } }