-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 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
{
"name": "@halo-dev/attachment-upload-cli",
"version": "1.0.3",
"description": "A CLI tool for uploading attachments to Halo.",
"type": "module",
"main": "./bin/index.js",
"bin": {
"hau": "./bin/index.js",
"halo-attachment-upload": "./bin/index.js"
},
"files": ["bin"],
"scripts": {
"build": "rslib build",
"check": "biome check --write src/",
"release": "release-it"
},
"keywords": [],
"author": "@halo-dev",
"maintainers": [
{
"name": "Ryan Wang",
"url": "https://github.com/ruibaby",
"email": "[email protected]"
}
],
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@rslib/core": "^0.1.4",
"@types/cli-progress": "^3.11.0",
"@types/configstore": "^6.0.0",
"@types/node": "^18.16.13",
"@types/prompts": "^2.4.4",
"release-it": "^15.10.3",
"typescript": "^5.0.4"
},
"dependencies": {
"@halo-dev/api-client": "^2.5.2",
"axios": "^1.4.0",
"cli-progress": "^3.12.0",
"commander": "^10.0.1",
"configstore": "^6.0.0",
"form-data": "^4.0.0",
"prompts": "^2.4.2"
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}