-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 KB
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "versions",
"version": "15.0.4",
"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",
"keywords": [
"version",
"semver",
"bump",
"release",
"cli",
"git",
"github",
"gitea",
"changelog"
],
"bin": "dist/index.js",
"type": "module",
"sideEffects": false,
"files": [
"dist"
],
"packageManager": "pnpm@10.33.4",
"engines": {
"node": ">=22",
"bun": "*"
},
"devDependencies": {
"@types/node": "25.7.0",
"@typescript/native-preview": "7.0.0-dev.20260512.1",
"@vitest/coverage-v8": "4.1.6",
"eslint": "10.3.0",
"eslint-config-silverwind": "133.0.1",
"jest-extended": "7.0.0",
"tsdown": "0.22.0",
"tsdown-config-silverwind": "3.0.1",
"typescript": "6.0.3",
"typescript-config-silverwind": "18.0.0",
"updates": "17.16.10",
"updates-config-silverwind": "3.0.2",
"vitest": "4.1.6",
"vitest-config-silverwind": "11.3.5"
}
}