-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.09 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
{
"name": "vscrebook",
"icon": "images/icon.png",
"categories": [
"Other"
],
"keywords": [
"txt",
"novel",
"book",
"小说",
"神器",
"摸鱼",
"划水"
],
"publisher": "Cyanogenaq",
"bugs": {
"url": "https://github.com/sunzhangchang/vscrebook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/sunzhangchang/vscrebook"
},
"homepage": "https://github.com/sunzhangchang/vscrebook/blob/main/README.md",
"workspaces": [
"packages/*",
"extension"
],
"scripts": {
"script": "node scripts/script.mjs",
"lint": "eslint packages extension --ext ts"
},
"devDependencies": {
"@types/lodash": "^4.14.186",
"@types/node": "^18.8.1",
"@types/vscode": "^1.71.0",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.24.0",
"fancy-log": "^2.0.0",
"lerna": "^5.5.4",
"regenerator-runtime": "^0.13.9",
"typescript": "^4.8.4"
},
"dependencies": {
"chardet": "^1.4.0",
"iconv-lite": "^0.6.3",
"lodash": "^4.17.21"
}
}