forked from lix-project/lix-website
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "@cspell/dict-html",
|
||
|
"version": "3.3.2",
|
||
|
"description": "HTML dictionary for cspell.",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"exports": {
|
||
|
".": "./cspell-ext.json",
|
||
|
"./cspell": "./cspell-ext.json",
|
||
|
"./cspell-ext.json": "./cspell-ext.json"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile src/html.txt src/svg.txt --merge html -o .",
|
||
|
"test": "head -n 100 \"src/html.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=html\" stdin",
|
||
|
"prepublishOnly": "echo pre-publish",
|
||
|
"prepare": "yarn run build"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"cspell",
|
||
|
"html",
|
||
|
"html",
|
||
|
"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/html#readme",
|
||
|
"files": [
|
||
|
"html.txt.gz",
|
||
|
"cspell-ext.json"
|
||
|
],
|
||
|
"gitHead": "ea93b4ddeee6a01dafd7d7385a08aad75fa73201"
|
||
|
}
|