-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.36 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
{
"name": "@yukiookii/haiku",
"version": "1.0.7",
"main": "src/index.ts",
"type": "module",
"bin": {
"haiku": "./dist/src/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"haiku",
"extension",
"anime/manga/lightnovel"
],
"author": "Le Dinh Chinh",
"license": "ISC",
"description": "CLi for Haiku team",
"repository": {
"type": "git",
"url": "https://github.com/Koteru-Haiku/cli.git"
},
"dependencies": {
"axios": "^1.7.9",
"chalk": "^5.4.1",
"chalk-animation": "^2.0.3",
"cheerio": "^1.0.0",
"clear": "^0.1.0",
"commander": "^12.1.0",
"figlet": "^1.8.0",
"form-data": "^4.0.1",
"gradient-string": "^3.0.0",
"inquirer": "^12.2.0",
"nanospinner": "^1.2.2",
"package-json": "^10.0.1",
"qrcode": "^1.5.4",
"readline-sync": "^1.4.10",
"sharp": "^0.33.5",
"simple-git": "^3.27.0",
"systeminformation": "^5.23.23"
},
"devDependencies": {
"@types/chalk-animation": "^1.6.3",
"@types/clear": "^0.1.4",
"@types/commander": "^2.12.0",
"@types/figlet": "^1.7.0",
"@types/node": "^22.10.2",
"@types/qrcode": "^1.5.5",
"@types/readline-sync": "^1.4.8",
"@types/sharp": "^0.31.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}