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

42 lines
1.2 KiB
JSON

{
"name": "@cspell/dict-html-symbol-entities",
"version": "3.0.0",
"description": "Html Symbol Entities 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 \"entities.txt\" -o .",
"test": "head -n 100 \"entities.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-symbol-entities",
"Html Symbol Entities",
"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-symbol-entities#readme",
"files": [
"entities.txt.gz",
"cspell-ext.json"
],
"gitHead": "7fecc4b4faae0a974cf6eeb699029771366606ad"
}