forked from dcrgll/vscode-oblique-strategies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 938 Bytes
/
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
{
"icon": "icon.png",
"name": "oblique-strategies",
"displayName": "Oblique Strategies",
"description": "Shows a random oblique stratergy in the status bar",
"galleryBanner.color": "292929",
"version": "1.0.0",
"publisher": "DanCargill",
"repository": {
"type": "git",
"url": "https://github.com/dcrgll/vscode-oblique-stratergies"
},
"bugs": {
"url": "https://github.com/dcrgll/vscode-oblique-stratergies/issues"
},
"engines": {
"vscode": "^1.32.0"
},
"categories": [
"Other"
],
"activationEvents": [
"*"
],
"main": "./out/extension.js",
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"lint": "eslint . --ext .ts,.tsx",
"watch": "tsc -watch -p ./"
},
"devDependencies": {
"typescript": "^3.9.4",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"eslint": "^7.1.0",
"@types/vscode": "^1.32.0"
},
"dependencies": {
}
}