-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 799 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 799 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
{
"name": "shua",
"version": "3.1.1",
"description": "A lovely downloader",
"main": "dist/exports.js",
"types": "dist/exports.d.ts",
"scripts": {
"build": "tsc --newLine lf"
},
"bin": {
"shua": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Last-Order/shua.git"
},
"author": "Eridanus Sora",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Last-Order/shua/issues"
},
"homepage": "https://github.com/Last-Order/shua#readme",
"dependencies": {
"axios": "^0.27.2",
"cli-progress": "^3.11.1",
"erii": "^2.0.4"
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "^4.7.3"
}
}