-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 KB
/
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
34
35
36
37
38
{
"name": "just-release",
"version": "0.0.0",
"private": true,
"description": "Simply just-release my project.",
"author": "Joshua <me@jqshuv.com>",
"license": "MIT",
"type": "module",
"repository": "https://github.com/jqshuv/just-release",
"bin": {
"just-release": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"test": "vitest",
"commitlint": "commitlint --edit"
},
"dependencies": {
"@inquirer/prompts": "^7.0.1",
"convict": "^6.2.4",
"execa": "^9.4.1",
"semver": "^7.6.3"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/convict": "^6.1.6",
"@types/node": "^22.7.7",
"@types/semver": "^7.5.8",
"husky": "^9.1.6",
"ts-node": "^10.9.2",
"tslib": "^2.8.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}