-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
56 lines (56 loc) · 1.19 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
{
"name": "kanpai",
"version": "0.11.0",
"description": "🍻 Use Kanpai to publish a new version of your module!",
"license": "MIT",
"repository": "egoist/kanpai",
"author": {
"name": "EGOIST",
"email": "[email protected]",
"url": "https://egoist.sh"
},
"type": "module",
"bin": {
"kanpai": "./dist/cli.js",
"kp": "./dist/cli.js"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"test": "echo lol",
"prepublishOnly": "npm run build",
"build": "tsup"
},
"files": [
"dist"
],
"keywords": [
"cli-app",
"cli",
"publish"
],
"devDependencies": {
"@types/marked": "4.0.1",
"@types/node": "^18.7.6",
"@types/semver": "7.3.9",
"@types/text-table": "0.2.2",
"@types/update-notifier": "5.1.0",
"cac": "6.7.12",
"colorette": "2.0.16",
"commits-between": "0.2.0",
"configstore": "6.0.0",
"ensure-git": "0.1.0",
"execa": "6.0.0",
"figures": "4.0.0",
"joycon": "3.1.1",
"log-symbols": "5.1.0",
"marked": "4.0.12",
"semver": "7.3.5",
"text-table": "0.2.0",
"tsup": "5.11.11",
"typescript": "4.5.5",
"update-notifier": "5.1.0",
"write-pkg": "5.0.0"
}
}