-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 843 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.2",
"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": "20.14.12",
"eslint": "8.57.0",
"eslint-config-silverwind": "90.0.0",
"eslint-config-silverwind-typescript": "7.0.1",
"execa": "9.3.0",
"minimist": "1.2.8",
"smol-toml": "1.3.0",
"typescript": "5.5.4",
"typescript-config-silverwind": "6.0.0",
"updates": "16.3.2",
"vite": "5.3.5",
"vite-config-silverwind": "3.0.0",
"vitest": "2.0.4",
"vitest-config-silverwind": "9.1.0"
}
}