updates/package.json
silverwind 71c54c42ac
Some checks failed
ci / test (14, ubuntu-latest) (push) Has been cancelled
ci / test (16, ubuntu-latest) (push) Has been cancelled
13.0.0
* node 14 is now required (silverwind)
2021-12-17 01:38:52 +01:00

50 lines
1.0 KiB
JSON

{
"name": "updates",
"version": "13.0.0",
"description": "Flexible npm dependency update tool",
"author": "silverwind",
"repository": "silverwind/updates",
"license": "BSD-2-Clause",
"bin": "./bin/updates.js",
"type": "module",
"engines": {
"node": ">= 14"
},
"keywords": [
"dependencies",
"update",
"updates",
"check",
"checker",
"npm",
"yarn",
"packages"
],
"files": [
"./bin/updates.js",
"./bin/package.json"
],
"devDependencies": {
"@vercel/ncc": "0.33.0",
"ansi-regex": "6.0.1",
"del": "6.0.0",
"eslint": "8.4.1",
"eslint-config-silverwind": "47.1.0",
"execa": "6.0.0",
"fetch-enhanced": "8.0.2",
"hosted-git-info": "4.0.2",
"jest": "27.4.5",
"jest-extended": "1.2.0",
"minimist": "1.2.5",
"node-fetch": "3.1.0",
"rc": "1.2.8",
"registry-auth-token": "4.2.1",
"restana": "4.9.2",
"semver": "7.3.5",
"server-destroy": "1.0.1",
"tempy": "2.0.0",
"text-table": "0.2.0",
"versions": "9.1.0"
}
}