@cspell/dict-fi-fi
Version:
Finnish dictionary for cspell.
55 lines (54 loc) • 1.64 kB
JSON
{
"name": "@cspell/dict-fi-fi",
"version": "1.1.3",
"description": "Finnish 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",
"conditional-build": "pnpm run build --conditional && pnpm gz",
"test": "pnpm run test:words && pnpm run test:samples",
"test:samples": "cspell samples",
"test:words": "pipe-cmds \"hunspell-reader words -n 1000 -m 0 \\\"src/hunspell/fi_FI.dic\\\"\" \"cspell -c ./cspell-ext.json \\\"--locale=fi\\\" \\\"--languageId=*\\\" stdin\"",
"gz": "cspell-tools-cli gzip \"dict/*.trie\"",
"prepare:dictionary": "pnpm gz",
"prepublishOnly": "echo OK"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/fi_FI"
},
"keywords": [
"cspell",
"cspell-ext",
"fi_FI",
"Finnish",
"dictionary",
"spelling"
],
"author": "Street Side Software <support@streetsidesoftware.nl>",
"contributors": [
"Kimi Heinonen <kimi.heinonen+cspell@gmail.com>"
],
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/fi_FI#readme",
"files": [
"dict/fi-fi.trie.gz",
"src/hunspell/LICENSE",
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "627831379fe16dbfcfbf05fe747f05320b86e615"
}