-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.31 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
{
"name": "llpangu",
"version": "1.0.3",
"description": "· 盘古 | 开天辟地 ·",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npx eslint --fix src/**/*.ts",
"build": "node scripts/build.mjs"
},
"author": {
"name": "MisaLiu",
"email": "misaliu@misaliu.top",
"url": "https://github.com/MisaLiu"
},
"repository": {
"type": "git",
"url": "https://github.com/MisaLiu/LiteLoaderQQNT-Pangu.git"
},
"license": "GPL-3.0-or-later",
"liteloader_manifest": {
"type": "extension",
"name": "Pangu",
"slug": "LLPangu",
"icon": null,
"platform": [
"win32",
"linux",
"darwin"
],
"injects": {
"main": "./main.js"
},
"repository": {
"repo": "MisaLiu/LiteLoaderQQNT-Pangu",
"branch": "master",
"release": {
"file": "LLPangu.zip"
}
}
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"cross-spawn": "^7.0.3",
"electron": "^29.1.0",
"electron-vite": "^2.0.0",
"eslint": "^8.57.0",
"eslint-import-resolver-alias": "^1.1.2",
"vite-plugin-eslint": "^1.8.1"
},
"dependencies": {
"@types/pangu": "^4.0.2",
"pangu": "github:MisaLiu/pangu.js"
}
}