updates/package.json
silverwind 9d45236f86
Some checks failed
ci / test (14) (push) Has been cancelled
ci / test (16) (push) Has been cancelled
ci / test (18) (push) Has been cancelled
13.2.4
* update deps (silverwind)
* remove keywords (silverwind)
* use node protocol (silverwind)
2022-12-09 12:51:52 +01:00

36 lines
812 B
JSON

{
"name": "updates",
"version": "13.2.4",
"description": "Flexible npm dependency update tool",
"author": "silverwind",
"repository": "silverwind/updates",
"license": "BSD-2-Clause",
"bin": "./bin/updates.js",
"type": "module",
"engines": {
"node": ">= 14"
},
"files": [
"./bin/updates.js"
],
"devDependencies": {
"ansi-regex": "6.0.1",
"esbuild": "0.16.3",
"eslint": "8.29.0",
"eslint-config-silverwind": "64.0.2",
"execa": "6.1.0",
"fetch-enhanced": "11.0.3",
"hosted-git-info": "6.1.1",
"minimist": "1.2.7",
"node-fetch": "3.3.0",
"rc": "1.2.8",
"registry-auth-token": "4.2.2",
"restana": "4.9.6",
"semver": "7.3.8",
"text-table": "0.2.0",
"timerel": "5.3.0",
"versions": "10.4.0",
"vitest": "0.25.6"
}
}