updates/package.json
silverwind 714b6acfcd
Some checks failed
ci / test (16, macos-latest) (push) Has been cancelled
ci / test (16, ubuntu-latest) (push) Has been cancelled
ci / test (16, windows-latest) (push) Has been cancelled
ci / test (18, macos-latest) (push) Has been cancelled
ci / test (18, ubuntu-latest) (push) Has been cancelled
ci / test (18, windows-latest) (push) Has been cancelled
ci / test (20, macos-latest) (push) Has been cancelled
ci / test (20, ubuntu-latest) (push) Has been cancelled
ci / test (20, windows-latest) (push) Has been cancelled
14.4.0
* update deps (silverwind)
* add more os to ci matrix (silverwind)
* support regex for include/exclude and merge cli/config options (silverwind)
* higlight .snap files (silverwind)
2023-08-26 01:24:19 +02:00

43 lines
1015 B
JSON

{
"name": "updates",
"version": "14.4.0",
"description": "Flexible npm and poetry dependency update tool",
"author": "silverwind",
"repository": "silverwind/updates",
"license": "BSD-2-Clause",
"bin": "./bin/updates.js",
"type": "module",
"engines": {
"node": ">=16"
},
"files": [
"./bin/updates.js"
],
"devDependencies": {
"@iarna/toml": "2.2.5",
"ansi-regex": "6.0.1",
"dot-prop": "8.0.2",
"esbuild": "0.19.2",
"eslint": "8.48.0",
"eslint-config-silverwind": "74.1.2",
"execa": "8.0.1",
"fetch-enhanced": "11.1.2",
"glowie": "1.2.0",
"hosted-git-info": "7.0.0",
"memize": "2.1.0",
"minimist": "1.2.8",
"node-fetch": "3.3.2",
"p-all": "5.0.0",
"rc": "1.2.8",
"registry-auth-token": "4.2.2",
"restana": "4.9.7",
"semver": "7.3.8",
"supports-color": "9.4.0",
"text-table": "0.2.0",
"timerel": "5.4.2",
"versions": "11.1.0",
"vitest": "0.34.3",
"vitest-config-silverwind": "3.0.0"
}
}