UNPKG

@cspell/dict-tr-tr

Version:
48 lines (47 loc) 1.48 kB
{ "name": "@cspell/dict-tr-tr", "version": "3.0.6", "description": "Turkish 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 && pnpm gz", "build:conditional": "cspell-tools-cli build --conditional && pnpm gz", "gz": "cspell-tools-cli gzip \"*.trie\"", "prepare:dictionary": "pnpm gz", "test:dict": "pipe-cmds \"hunspell-reader words -n 1000 \\\"src/hunspell/Turkish.dic\\\"\" \"cspell -c ./cspell-ext.json --locale=tr --languageId=* stdin\"", "test:samples": "cspell samples", "test": "pnpm test:dict && pnpm test:samples", "prepublishOnly": "echo pre-publish" }, "repository": { "type": "git", "url": "https://github.com/streetsidesoftware/cspell-dicts", "directory": "dictionaries/tr_TR" }, "keywords": [ "cspell", "tr_TR", "Turkish", "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/tr_TR#readme", "files": [ "Turkish.trie.gz", "cspell-ext.json" ], "gitHead": "627831379fe16dbfcfbf05fe747f05320b86e615" }