UNPKG

cspell-dict-ru_ru

Version:
47 lines (46 loc) 1.06 kB
{ "name": "cspell-dict-ru_ru", "version": "1.4.0", "description": "Russian dictionary for cspell.", "bin": { "cspell-dict-ru-ru-link": "link.js", "cspell-dict-ru-ru-unlink": "unlink.js" }, "exports": { ".": "./index.js", "./cspell-ext.json": "./cspell-ext.json" }, "scripts": { "test": "cspell -v *.md samples/**", "prepublishOnly": "yarn test" }, "repository": { "type": "git", "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" }, "keywords": [ "cspell", "ru_RU", "Russian", "dictionary", "spelling" ], "main": "index.js", "typings": "index.d.ts", "author": "Jason Dent", "license": "MIT", "bugs": { "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" }, "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/master/packages/ru_RU#readme", "dependencies": { "@cspell/dict-ru_ru": "^1.3.4", "configstore": "^5.0.1" }, "files": [ "LICENSE.*", "cspell-ext.json", "*.js", "*.d.ts" ] }