-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
50 lines (50 loc) · 1.37 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": "rainbow-fart-waifu",
"icon": "resources/icon.png",
"displayName": "🌈 Rainbow Fart Waifu",
"description": "Rainbow Fart Waifu is an extension that put a virtual lover on your desktop and keeps giving you compliment while you are coding. supported python, javascript, c#, php, java, vue...and all language",
"version": "0.0.19",
"publisher": "ezshine",
"categories": [
"Other"
],
"keywords": ["rainbow","fart","rainbowfart","rainbow-fart","raib","live2d","vtuber","vup","纸片人","看板娘","kanbanniang","waifu","accompany","彩虹屁","老婆","彩虹屁老婆","彩虹老婆","lover","wife","raibow","rain"],
"engines": {
"vscode": "^1.48.0"
},
"license": "MIT",
"repository": {
"url": "https://github.com/ezshine/vscode-rainbow-fart-waifu"
},
"activationEvents": [
"*"
],
"main": "./extension.js",
"contributes": {
"commands": [
{
"command": "rainbow-fart-waifu.showcommands",
"title": "🌈 Show Rainbow Fart Waifu Commands"
}
]
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "node ./test/runTest.js"
},
"devDependencies": {
"@types/vscode": "^1.48.0",
"@types/glob": "^7.1.3",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.27",
"eslint": "^7.6.0",
"glob": "^7.1.6",
"mocha": "^8.0.1",
"typescript": "^3.8.3",
"vscode-test": "^1.4.0"
},
"dependencies": {
"messenger": "0.0.9"
}
}