updates/package.json
silverwind 7641d7d4d1
Some checks failed
ci / test (14, ubuntu-latest) (push) Has been cancelled
ci / test (16, ubuntu-latest) (push) Has been cancelled
ci / test (18, ubuntu-latest) (push) Has been cancelled
13.1.1
* downgrade registry-auth-token because of esm issue (silverwind)
* update deps (silverwind)
* make success message more fancy (silverwind)
* update ci (silverwind)
2022-06-30 20:40:35 +02:00

50 lines
1.0 KiB
JSON

{
"name": "updates",
"version": "13.1.1",
"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.34.0",
"ansi-regex": "6.0.1",
"del": "6.1.1",
"eslint": "8.18.0",
"eslint-config-silverwind": "50.0.0",
"execa": "6.1.0",
"fetch-enhanced": "8.1.1",
"hosted-git-info": "5.0.0",
"jest": "28.1.2",
"jest-extended": "2.0.0",
"minimist": "1.2.6",
"node-fetch": "3.2.6",
"rc": "1.2.8",
"registry-auth-token": "4.2.2",
"restana": "4.9.6",
"semver": "7.3.7",
"server-destroy": "1.0.1",
"tempy": "3.0.0",
"text-table": "0.2.0",
"versions": "9.3.0"
}
}