forked from nfour/vscode-null-syntax
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.05 KB
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
{
"name": "null-syntax",
"displayName": "Null Syntax",
"version": "1.0.0",
"description": "A theme which fades punctuation & highlights control flow",
"publisher": "nfour",
"scripts": {
"build": "ts-node scripts/build",
"release": "yarn build && yarn vsce publish",
"start": "nodemon -e ts -w src -x ts-node scripts/build"
},
"engines": {
"vscode": "^0.10.1"
},
"devDependencies": {
"@types/color": "^3.0.0",
"color": "^3.0.0",
"nodemon": "^1.11.0",
"plist": "^2.0.1",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"tslint-config-temando": "^1.5.11",
"typescript": "^2.6.1",
"vsce": "^1.26.0",
"yargs": "^6.3.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Null Syntax",
"uiTheme": "vs-dark",
"path": "./themes/null-syntax.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/nfour/vscode-null-syntax"
},
"__metadata": {
"id": "bfd10cd9-a0d2-476f-997a-215e09929733",
"publisherDisplayName": "nfour",
"publisherId": "969cf5b4-fef2-499a-8a3c-d6592dce22b3"
}
}