updates/package.json
silverwind f2f576475b
Some checks failed
ci / test (16) (push) Has been cancelled
ci / test (18) (push) Has been cancelled
ci / test (20) (push) Has been cancelled
14.2.8
* fix print issue with 2-part pypi versions (silverwind)
2023-06-23 01:45:33 +02:00

43 lines
1015 B
JSON

{
"name": "updates",
"version": "14.2.8",
"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.0",
"esbuild": "0.18.6",
"eslint": "8.43.0",
"eslint-config-silverwind": "73.0.4",
"execa": "7.1.1",
"fetch-enhanced": "11.1.1",
"glowie": "1.0.1",
"hosted-git-info": "6.1.1",
"memize": "2.1.0",
"minimist": "1.2.8",
"node-fetch": "3.3.1",
"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.3.1",
"text-table": "0.2.0",
"timerel": "5.4.1",
"versions": "11.0.1",
"vitest": "0.32.2",
"vitest-config-silverwind": "1.0.0"
}
}