45 lines
1006 B
JSON
45 lines
1006 B
JSON
{
|
|
"name": "tm-themes",
|
|
"type": "module",
|
|
"version": "1.10.9",
|
|
"description": "Collecton of TextMate grammars in JSON",
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
"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"
|
|
]
|
|
} |