lix-website/themes/lix/assets/bootstrap/node_modules/@cspell/dict-filetypes/package.json
2024-04-26 22:49:34 -06:00

42 lines
1.1 KiB
JSON

{
"name": "@cspell/dict-filetypes",
"version": "2.1.1",
"description": "Filetypes dictionary for cspell.",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cspell-tools-cli compile \"filetypes.txt\" -o .",
"test": "cat \"filetypes.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=*\" stdin",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"filetypes",
"filetypes",
"dictionary",
"spelling"
],
"author": "Jason Dent",
"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": "db27b978a6716c05374a17df850858b1531f3e99"
}