UNPKG

tm-grammars

Version:
45 lines 1.02 kB
{ "name": "tm-grammars", "type": "module", "version": "1.24.1", "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-grammars" }, "bugs": "https://github.com/shikijs/textmate-grammars-themes/issues", "keywords": [ "textmate" ], "sideEffects": false, "exports": { ".": { "types": "./index.d.ts", "import": "./index.js" }, "./grammars/*": "./grammars/*" }, "main": "./index.js", "module": "./index.js", "types": "./index.d.ts", "typesVersions": { "*": { "*": [ "./*", "./index.d.ts" ] } }, "files": [ "*.d.ts", "*.js", "LICENSE", "NOTICE", "grammars" ] }