UNPKG

cspell-dict-he

Version:
46 lines (45 loc) 1.05 kB
{ "name": "cspell-dict-he", "version": "1.1.0", "description": "Hebrew dictionary for cspell", "bin": { "cspell-dict-he-link": "link.js", "cspell-dict-he-unlink": "unlink.js" }, "exports": { ".": "./index.js", "./cspell-ext.json": "./cspell-ext.json" }, "scripts": { "test": "cspell -v -c ./cspell-ext.json --local=en,he *.md", "prepublishOnly": "yarn test" }, "repository": { "type": "git", "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" }, "keywords": [ "cspell", "he", "Hebrew", "dictionary", "spelling" ], "main": "index.js", "typings": "index.d.ts", "author": "Noam Ben Shabat", "license": "MIT", "bugs": { "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" }, "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/master/packages/he#readme", "dependencies": { "@cspell/dict-he": "^1.0.20", "configstore": "^5.0.1" }, "files": [ "cspell-ext.json", "*.js", "*.d.ts" ] }