@cspell/dict-bn
Version:
Bengali dictionary for cspell.
53 lines (52 loc) • 1.69 kB
JSON
{
"name": "@cspell/dict-bn",
"version": "1.0.4",
"description": "Bengali 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",
"conditional-build": "pnpm run sync && pnpm run build",
"sync:manual": "GITHUB_TOKEN=$(gh auth token) pnpm sync",
"sync": "sync-github-files MinhasKamal/BengaliDictionary --filter BengaliWordList_439.txt --filter LICENSE --filter README.md --tag=master -o src/BengaliDictionary",
"test": "pnpm run test:words && pnpm run test:text",
"test:text": "cspell samples",
"test:words": "head -n 1000 \"src/BengaliDictionary/BengaliWordList_439.txt\" | cspell -c ./cspell.json \"--locale=bn\" \"--languageId=*\" stdin",
"prepublishOnly": "echo OK",
"prepare:dictionary": "echo OK"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/bn"
},
"keywords": [
"cspell",
"cspell-ext",
"bn",
"Bengali",
"dictionary",
"spelling"
],
"author": "Street Side Software <support@streetsidesoftware.nl>",
"contributors": [],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/bn#readme",
"files": [
"dict/bn.trie",
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "1b4dc5af0a9670cf1c279e9af5f6ef1713f4207e"
}