-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
63 lines (63 loc) · 1.44 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
62
63
{
"name": "atomize-atom-one-dark-theme",
"displayName": "Atomize (Atom One Dark theme)",
"description": "A detailed and accurate Atom One Dark Theme",
"version": "2.0.2",
"publisher": "emroussel",
"icon": "images/icon.png",
"author": {
"name": "emroussel"
},
"engines": {
"vscode": "^1.48.0"
},
"categories": [
"Themes"
],
"keywords": [
"color",
"theme",
"atom",
"dark",
"one dark"
],
"contributes": {
"themes": [
{
"label": "Atomize",
"uiTheme": "vs-dark",
"path": "./themes/Atomize-color-theme.json"
}
]
},
"galleryBanner": {
"color": "#282C34",
"theme": "dark"
},
"scripts": {
"fix": "prettier '**/*.{js,jsx,ts,tsx,json,md,yml}' --write",
"lint": "prettier '**/*.{js,jsx,ts,tsx,json,md,yml}' --check",
"prepare": "husky install"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,json,md,yml}": "npm run fix"
},
"bugs": {
"url": "https://github.com/emroussel/atomize/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/emroussel/atomize.git"
},
"homepage": "https://github.com/emroussel/atomize/blob/main/README.md",
"devDependencies": {
"husky": "^8.0.1",
"lint-staged": "^13.0.1",
"prettier": "2.6.2"
},
"__metadata": {
"id": "b33f4b00-b7b4-4259-a263-eab2d86ac79b",
"publisherDisplayName": "Emmanuel Roussel",
"publisherId": "ef208bcb-6f04-4154-9969-7fdfdf7c525f"
}
}