@cspell/dict-tr-tr
Version:
Turkish dictionary for cspell.
48 lines (47 loc) • 1.48 kB
JSON
{
"name": "@cspell/dict-tr-tr",
"version": "3.0.4",
"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": "588365f8c00b710c7d9eb46db5477f6db48a920d"
}