npm-outdated-to-latest
Version:
Updates and installs outdated npm packages to latest.
32 lines (31 loc) • 645 B
JSON
{
"name": "npm-outdated-to-latest",
"bin": "./index.js",
"version": "1.0.6",
"description": "Updates and installs outdated npm packages to latest.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "npm run test:unit",
"test:unit": "jest ./src --coverage"
},
"repository": {
"type": "git",
"url": "github.com/lauravuo/npm-outdated-to-latest"
},
"keywords": [
"npm",
"outdated",
"package",
"update",
"dependency"
],
"author": "lauravuo",
"license": "Apache-2.0",
"dependencies": {
"semver": "^7.3.5"
},
"devDependencies": {
"jest": "^27.4.7"
}
}