@cspell/dict-filetypes
Version:
Filetypes dictionary for cspell.
44 lines (43 loc) • 1.24 kB
JSON
{
"name": "@cspell/dict-filetypes",
"version": "3.0.12",
"description": "Filetypes dictionary for cspell.",
"publishConfig": {
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cspell-tools-cli build",
"test": "shx cat \"src/filetypes.txt\" | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=*\" stdin",
"prepublishOnly": "echo pre-publish",
"prepare:dictionary": "pnpm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/filetypes"
},
"keywords": [
"cspell",
"filetypes",
"filetypes",
"dictionary",
"spelling"
],
"author": "Street Side Software <support@streetsidesoftware.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/filetypes#readme",
"files": [
"filetypes.txt.gz",
"cspell-ext.json"
],
"gitHead": "764a7494f1f2bba839cdd98180cad4bf38973040"
}