updates/package.json
2018-10-15 08:07:05 +02:00

45 lines
853 B
JSON

{
"name": "updates",
"version": "5.0.1",
"description": "Fast npm dependency updating tool",
"author": "silverwind",
"repository": "silverwind/updates",
"license": "BSD-2-Clause",
"main": "updates.js",
"bin": "./updates.js",
"engines": {
"node": ">=6"
},
"scripts": {
"test": "make test"
},
"keywords": [
"dependencies",
"update",
"updates",
"check",
"checker",
"npm",
"yarn",
"packages"
],
"files": [
"updates.js"
],
"dependencies": {
"chalk": "2.4.1",
"escape-string-regexp": "1.0.5",
"find-up": "3.0.0",
"make-fetch-happen": "4.0.1",
"minimist": "1.2.0",
"semver": "5.6.0",
"string-width": "^2.1.1",
"text-table": "0.2.0"
},
"devDependencies": {
"eslint": "5.7.0",
"eslint-config-silverwind": "2.0.9",
"ver": "^3.0.0"
}
}