@cspell/dict-lv
Version:
Latvian dictionary for cspell.
55 lines (54 loc) • 1.59 kB
JSON
{
"name": "@cspell/dict-lv",
"version": "1.1.4",
"description": "Latvian 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 && pnpm gz",
"sync": "pnpm cpy \"node_modules/dictionary-lv/{index.{aff,dic},license,readme.md}\" \"src/hunspell/dictionary-lv/\" --flat",
"gz": "cspell-tools-cli gzip \"dict/*.trie\"",
"test": "cspell samples --no-progress",
"prepare:dictionary": "pnpm gz",
"prepublishOnly": "echo pre-publish"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/lv"
},
"keywords": [
"cspell",
"cspell-ext",
"lv",
"Latvian",
"dictionary",
"spelling"
],
"author": "Street Side Software <support@streetsidesoftware.nl>",
"license": "LGPL-3.0+",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/lv#readme",
"files": [
"dict/lv.trie.gz",
"cspell-ext.json",
"src/hunspell/dictionary-lv/license",
"src/hunspell/dictionary-lv/readme.md",
"*.js",
"*.d.ts"
],
"devDependencies": {
"dictionary-lv": "^2.0.0"
},
"gitHead": "588365f8c00b710c7d9eb46db5477f6db48a920d"
}