This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.01 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "githublogen",
"type": "module",
"version": "0.2.2",
"sideEffects": false,
"author": {
"name": "SoybeanJS",
"email": "[email protected]",
"url": "https://github.com/soybeanjs"
},
"license": "MIT",
"homepage": "https://github.com/soybeanjs/githublogen#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/soybeanjs/githublogen.git"
},
"bugs": "https://github.com/soybeanjs/githublogen/issues",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"github",
"release",
"releases",
"conventional",
"changelog",
"log"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"bin": {
"githublogen": "./dist/cli.mjs"
},
"files": [
"dist"
],
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"build": "pnpm typecheck && unbuild",
"lint": "eslint . --fix",
"format": "soy prettier-format",
"commit": "soy git-commit",
"cleanup": "soy cleanup",
"update-pkg": "soy update-pkg",
"publish-pkg": "pnpm -r publish --access public",
"release": "pnpm soy release && pnpm build && pnpm publish-pkg",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"c12": "1.4.1",
"cac": "6.7.14",
"convert-gitmoji": "0.1.3",
"execa": "7.1.1",
"kolorist": "1.8.0",
"ohmyfetch": "0.4.21"
},
"devDependencies": {
"@soybeanjs/cli": "0.5.0",
"@types/node": "20.2.5",
"eslint": "8.42.0",
"eslint-config-soybeanjs": "0.4.8",
"simple-git-hooks": "2.8.1",
"tsx": "3.12.7",
"typescript": "5.1.3",
"unbuild": "1.2.1"
},
"simple-git-hooks": {
"commit-msg": "pnpm soy git-commit-verify",
"pre-commit": "pnpm soy lint-staged"
},
"github-token": "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"
}