updates
Version:
Flexible npm dependency update tool
58 lines (57 loc) • 1.16 kB
JSON
{
"name": "updates",
"version": "11.4.0",
"description": "Flexible npm dependency update tool",
"author": "silverwind",
"repository": "silverwind/updates",
"license": "BSD-2-Clause",
"bin": "./updates",
"engines": {
"node": ">=10"
},
"scripts": {
"test": "make test"
},
"keywords": [
"dependencies",
"update",
"updates",
"check",
"checker",
"npm",
"yarn",
"packages"
],
"files": [
"updates"
],
"devDependencies": {
"@vercel/ncc": "0.24.1",
"ansi-regex": "5.0.0",
"del": "6.0.0",
"eslint": "7.11.0",
"eslint-config-silverwind": "22.0.1",
"execa": "4.0.3",
"fetch-enhanced": "5.0.0",
"hosted-git-info": "3.0.7",
"jest": "26.6.0",
"jest-extended": "0.11.5",
"minimist": "1.2.5",
"node-fetch": "2.6.1",
"rc": "1.2.8",
"registry-auth-token": "4.2.0",
"restana": "4.8.0",
"semver": "7.3.2",
"server-destroy": "1.0.1",
"tempy": "1.0.0",
"text-table": "0.2.0",
"versions": "8.4.3"
},
"jest": {
"verbose": false,
"testTimeout": 60000,
"setupFilesAfterEnv": [
"jest-extended"
]
}
}