-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 973 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "versions",
"version": "15.0.0",
"description": "CLI to increment a project's version and optionally publish release to Github/Gitea",
"author": "silverwind <me@silverwind.io>",
"repository": "silverwind/versions",
"license": "BSD-2-Clause",
"bin": "dist/index.js",
"type": "module",
"sideEffects": false,
"files": [
"dist"
],
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=22",
"bun": "*"
},
"devDependencies": {
"@types/node": "25.6.0",
"@typescript/native-preview": "7.0.0-dev.20260415.1",
"@vitest/coverage-v8": "4.1.4",
"eslint": "10.2.0",
"eslint-config-silverwind": "131.0.4",
"jest-extended": "7.0.0",
"tsdown": "0.21.8",
"tsdown-config-silverwind": "2.0.6",
"typescript": "6.0.2",
"typescript-config-silverwind": "17.0.0",
"updates": "17.15.3",
"updates-config-silverwind": "2.1.0",
"vitest": "4.1.4",
"vitest-config-silverwind": "11.1.4"
}
}