-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 844 Bytes
/
package.json
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
{
"name": "versions",
"version": "12.1.3",
"description": "CLI to flexibly increment a project's version",
"author": "silverwind <[email protected]>",
"repository": "silverwind/versions",
"license": "BSD-2-Clause",
"bin": "dist/index.js",
"type": "module",
"files": [
"dist"
],
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/minimist": "1.2.5",
"@types/node": "22.10.9",
"eslint": "8.57.0",
"eslint-config-silverwind": "97.0.0",
"eslint-config-silverwind-typescript": "9.2.2",
"execa": "9.5.2",
"minimist": "1.2.8",
"smol-toml": "1.3.1",
"typescript": "5.7.3",
"typescript-config-silverwind": "6.2.1",
"updates": "16.4.1",
"vite": "6.0.11",
"vite-config-silverwind": "4.0.0",
"vitest": "3.0.4",
"vitest-config-silverwind": "10.0.0"
}
}