-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
45 lines (45 loc) · 1006 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
42
43
44
45
{
"name": "tm-themes",
"type": "module",
"version": "1.9.3",
"description": "Collecton of TextMate grammars in JSON",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/shikijs/textmate-grammars-themes#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/shikijs/textmate-grammars-themes.git",
"directory": "packages/tm-themes"
},
"bugs": "https://github.com/shikijs/textmate-grammars-themes/issues",
"keywords": [
"textmate"
],
"sideEffects": false,
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js"
},
"./themes/*": "./themes/*"
},
"main": "./index.js",
"module": "./index.js",
"types": "./index.d.ts",
"typesVersions": {
"*": {
"*": [
"./*",
"./index.d.ts"
]
}
},
"files": [
"*.d.ts",
"*.js",
"LICENSE",
"NOTICE",
"themes"
]
}