UNPKG

@cspell/dict-html-symbol-entities

Version:
44 lines (43 loc) 1.32 kB
{ "name": "@cspell/dict-html-symbol-entities", "version": "4.0.4", "description": "Html Symbol Entities 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 compile \"entities.txt\" -o .", "test": "shx head -n 100 \"entities.txt\" | cspell -c ./cspell-ext.json --locale=* --languageId=html stdin", "prepublishOnly": "echo pre-publish", "prepare:dictionary": "pnpm run build" }, "repository": { "type": "git", "url": "https://github.com/streetsidesoftware/cspell-dicts", "directory": "dictionaries/html-symbol-entities" }, "keywords": [ "cspell", "html-symbol-entities", "Html Symbol Entities", "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/html-symbol-entities#readme", "files": [ "entities.txt.gz", "cspell-ext.json" ], "gitHead": "30c5c53b8e28152fc1d8a6cf0c872b068a64221a" }