UNPKG

@cspell/dict-mk

Version:
56 lines (55 loc) 1.66 kB
{ "name": "@cspell/dict-mk", "version": "1.0.1", "description": "Macedonian 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 build", "build:conditional": "pnpm sync && cspell-tools-cli build --conditional", "sync": "pnpm cpy \"node_modules/dictionary-mk/{index.{aff,dic},license,readme.md}\" src/hunspell/ --flat", "test": "pnpm test:words && pnpm test:cspell", "test:cspell": "cspell samples", "test:words": "hunspell-reader words -n 1000 -m 0 \"src/hunspell/index.dic\" | cspell -c ./cspell-ext.json \"--locale=mk\" \"--languageId=*\" stdin", "prepublishOnly": "echo OK", "prepare:dictionary": "echo OK" }, "repository": { "type": "git", "url": "https://github.com/streetsidesoftware/cspell-dicts", "directory": "dictionaries/mk" }, "keywords": [ "cspell", "cspell-ext", "mk", "Macedonian", "dictionary", "spelling" ], "author": "Street Side Software <support@streetsidesoftware.nl>", "contributors": [], "license": "LGPL-3.0", "bugs": { "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" }, "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/mk#readme", "devDependencies": { "dictionary-mk": "^2.0.0" }, "files": [ "src/hunspell/license", "dict/mk.trie", "cspell-ext.json", "*.js", "*.d.ts" ], "gitHead": "588365f8c00b710c7d9eb46db5477f6db48a920d" }