updates/package.json
silverwind 38febe8a62
Some checks failed
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
15.1.2
* update deps (silverwind)
* update deps (silverwind)
2024-02-08 11:40:35 +01:00

44 lines
1.0 KiB
JSON

{
"name": "updates",
"version": "15.1.2",
"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": ">=18"
},
"files": [
"./bin/updates.js"
],
"devDependencies": {
"@iarna/toml": "2.2.5",
"ansi-regex": "6.0.1",
"dot-prop": "8.0.2",
"esbuild": "0.20.0",
"eslint": "8.56.0",
"eslint-config-silverwind": "80.0.2",
"execa": "8.0.1",
"fetch-enhanced": "12.0.1",
"glowie": "1.2.0",
"hosted-git-info": "7.0.1",
"memize": "2.1.0",
"minimist": "1.2.8",
"node-fetch": "3.3.2",
"p-all": "5.0.0",
"picomatch": "4.0.1",
"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.5.0",
"versions": "12.0.1",
"vitest": "1.2.2",
"vitest-config-silverwind": "5.1.1"
}
}