forked from wu529778790/panhub.shenzjd.com
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.34 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.34 KB
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": "panhub.shenzjd.com",
"version": "1.0.0",
"description": "PanHub · 全网最全的网盘搜索工具",
"type": "module",
"private": true,
"author": {
"name": "shenzjd",
"url": "https://github.com/wu529778790/panhub.shenzjd.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wu529778790/panhub.shenzjd.com.git"
},
"bugs": {
"url": "https://github.com/wu529778790/panhub.shenzjd.com/issues"
},
"homepage": "https://github.com/wu529778790/panhub.shenzjd.com#readme",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest run",
"test:watch": "vitest watch",
"test:api": "node ./test/api.test.mjs",
"test:coverage": "vitest run --coverage",
"deploy:cf": "wrangler deploy"
},
"dependencies": {
"better-sqlite3": "^11.10.0",
"cheerio": "^1.0.0",
"nuxt": "^4.0.3",
"ofetch": "^1.4.1",
"p-limit": "^7.2.0",
"vue": "^3.5.18",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@vitest/coverage-v8": "^2.1.0",
"vitest": "^2.1.9"
},
"license": "MIT",
"keywords": [
"panhub",
"网盘搜索",
"阿里云盘",
"夸克",
"百度网盘",
"115",
"迅雷",
"nuxt",
"cloudflare-workers"
]
}