-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 893 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 893 Bytes
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
{
"name": "@halo-dev/theme-package-cli",
"version": "1.0.4",
"description": "A CLI tool for packaging Halo theme template files",
"keywords": [
"cli",
"halo",
"package",
"theme"
],
"license": "MIT",
"author": "@halo-dev",
"contributors": [
{
"name": "Ryan Wang",
"url": "https://github.com/ruibaby"
}
],
"repository": {
"type": "git",
"url": "https://github.com/halo-dev/theme-package-cli.git"
},
"bin": {
"theme-package": "./index.js"
},
"type": "module",
"main": "index.js",
"scripts": {
"fmt": "oxfmt",
"release": "release-it"
},
"dependencies": {
"archiver": "^7.0.1",
"commander": "^13.1.0",
"fs-extra": "^11.3.4",
"js-yaml": "^4.1.1",
"path": "^0.12.7"
},
"devDependencies": {
"oxfmt": "^0.41.0",
"release-it": "^19.2.4"
},
"packageManager": "pnpm@10.32.1"
}