@cspell/dict-vi-vn
Version:
Vietnamese dictionary for cspell.
46 lines (45 loc) • 1.25 kB
JSON
{
"name": "@cspell/dict-vi-vn",
"version": "3.0.6",
"description": "Vietnamese 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",
"test": "cspell samples",
"gz": "cspell-tools-cli gzip *.trie",
"prepare:dictionary": "pnpm run gz",
"prepublishOnly": "echo pre-publish"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/vi_VN"
},
"keywords": [
"cspell",
"vi_VN",
"Vietnamese",
"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/vi_VN#readme",
"files": [
"vi.trie.gz",
"cspell-ext.json"
],
"gitHead": "627831379fe16dbfcfbf05fe747f05320b86e615"
}