updates/package.json

54 lines
1.0 KiB
JSON

{
"name": "updates",
"version": "9.3.3",
"description": "Flexible npm dependency update tool",
"author": "silverwind",
"repository": "silverwind/updates",
"license": "BSD-2-Clause",
"bin": "./updates.js",
"engines": {
"node": ">=10"
},
"scripts": {
"test": "make test"
},
"keywords": [
"dependencies",
"update",
"updates",
"check",
"checker",
"npm",
"yarn",
"packages"
],
"files": [
"updates.js"
],
"dependencies": {
"chalk": "3.0.0",
"find-up": "4.1.0",
"hosted-git-info": "3.0.2",
"jest": "25.1.0",
"make-fetch-happen": "6.1.0",
"minimist": "1.2.0",
"rc": "1.2.8",
"registry-auth-token": "4.0.0",
"semver": "7.0.0",
"string-width": "4.2.0",
"text-table": "0.2.0"
},
"devDependencies": {
"create-test-server": "3.0.1",
"del": "5.1.0",
"eslint": "6.7.2",
"eslint-config-silverwind": "5.0.3",
"execa": "3.4.0",
"tempy": "0.3.0",
"versions": "7.0.4"
},
"jest": {
"verbose": false
}
}