forked from lix-project/lix-website
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@cspell/dict-fonts",
|
|
"version": "2.1.0",
|
|
"description": "Font names dictionary for cspell.",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"exports": {
|
|
".": "./cspell-ext.json",
|
|
"./cspell": "./cspell-ext.json",
|
|
"./cspell-ext.json": "./cspell-ext.json"
|
|
},
|
|
"scripts": {
|
|
"build": "cspell-tools compile \"fonts.txt\" -o .",
|
|
"test": "head -n 100 \"fonts.txt\" | cspell -v -c ./cspell.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",
|
|
"fonts",
|
|
"font names",
|
|
"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/fonts#readme",
|
|
"files": [
|
|
"fonts.txt.gz",
|
|
"cspell-ext.json"
|
|
],
|
|
"gitHead": "99a16ee4b40dc555351ce326bda94345e7d47421"
|
|
}
|