updates/package.json

57 lines
1.5 KiB
JSON
Raw Normal View History

2017-12-03 11:15:02 +00:00
{
"name": "updates",
2024-05-17 22:53:28 +00:00
"version": "16.1.1",
2023-06-18 00:08:11 +00:00
"description": "Flexible npm and poetry dependency update tool",
2017-12-03 11:15:02 +00:00
"author": "silverwind",
"repository": "silverwind/updates",
"license": "BSD-2-Clause",
2024-03-09 04:44:12 +00:00
"bin": "dist/updates.js",
2021-04-20 18:48:48 +00:00
"type": "module",
2017-12-03 11:15:02 +00:00
"engines": {
2023-09-05 18:29:03 +00:00
"node": ">=18"
2017-12-03 11:15:02 +00:00
},
"files": [
2024-03-09 04:44:12 +00:00
"dist/updates.js"
2017-12-03 11:15:02 +00:00
],
2020-03-09 22:57:04 +00:00
"devDependencies": {
2023-06-16 20:45:23 +00:00
"@iarna/toml": "2.2.5",
2024-05-23 21:53:45 +00:00
"@types/hosted-git-info": "3.0.5",
"@types/iarna__toml": "2.0.5",
"@types/minimist": "1.2.5",
"@types/node": "20.12.12",
"@types/picomatch": "2.3.3",
"@types/rc": "1.2.4",
"@types/registry-auth-token": "4.2.4",
"@types/semver": "7.5.8",
"@types/text-table": "0.2.5",
"ansi-regex": "6.0.1",
2024-05-17 22:47:42 +00:00
"dot-prop": "9.0.0",
"esbuild": "0.21.3",
2024-03-09 01:58:50 +00:00
"eslint": "8.57.0",
2024-05-23 21:53:45 +00:00
"eslint-config-silverwind": "85.1.4",
"eslint-config-silverwind-typescript": "3.2.7",
2024-05-17 22:53:19 +00:00
"execa": "8.0.1",
2024-05-17 22:47:42 +00:00
"glowie": "1.3.1",
"hosted-git-info": "7.0.2",
2023-06-18 00:02:32 +00:00
"memize": "2.1.0",
2023-03-07 23:17:25 +00:00
"minimist": "1.2.8",
2023-06-17 23:30:21 +00:00
"p-all": "5.0.0",
2024-04-08 23:52:23 +00:00
"picomatch": "4.0.2",
"rc": "1.2.8",
"registry-auth-token": "4.2.2",
2024-04-08 23:52:23 +00:00
"restana": "4.9.9",
2023-04-17 23:16:19 +00:00
"semver": "7.3.8",
2023-06-29 04:43:44 +00:00
"supports-color": "9.4.0",
2020-03-09 22:57:04 +00:00
"text-table": "0.2.0",
2024-05-17 22:47:42 +00:00
"timerel": "5.6.3",
2024-05-23 21:53:45 +00:00
"typescript": "5.4.5",
"typescript-config-silverwind": "4.3.2",
"versions": "12.1.0",
"vite": "5.2.11",
"vite-config-silverwind": "1.1.4",
"vite-plugin-dts": "3.9.1",
2024-05-17 22:47:42 +00:00
"vitest": "1.6.0",
"vitest-config-silverwind": "9.0.6"
2017-12-03 11:15:02 +00:00
}
}