-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.58 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
58
59
60
61
{
"name": "sakana-hop",
"displayName": "Sakana-Hop | 石蒜摇",
"description": "石蒜摇摇乐,晃啊晃啊晃啊晃",
"publisher": "avei2evvvtrybuorhjjp4s3voldpdboq6vppugulxa6fv73q55cq",
"repository": "https://github.com/UFOAlastor/sakana-hop",
"version": "0.1.3",
"engines": {
"vscode": "^1.70.0"
},
"categories": [
"Other"
],
"icon": "main/model/sakana.png",
"keywords": [
"石蒜",
"莉可丽丝",
"Lycoris Recoil",
"Rikorisu Rikoiru",
"锦木千束",
"井上泷奈",
"立牌",
"KADOKAWA",
"リコリス・リコイル"
],
"license": "./LICENSE.md",
"activationEvents": [
"*"
],
"main": "./out/extension.js",
"contributes": {
"configuration": [
{
"title": "配置",
"properties": {
"sakana-hop.enabled": {
"type": "boolean",
"default": true,
"description": "是否启动"
}
}
}
]
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "node ./test/runTest.js"
},
"devDependencies": {
"@types/vscode": "^1.70.0",
"@types/glob": "^7.2.0",
"@types/mocha": "^9.1.1",
"@types/node": "16.x",
"eslint": "^8.20.0",
"glob": "^8.0.3",
"mocha": "^10.0.0",
"typescript": "^4.7.4",
"@vscode/test-electron": "^2.1.5"
}
}