UNPKG

yandex-speller

Version:
52 lines (51 loc) 1.14 kB
{ "author": { "name": "Denis Seleznev", "email": "hcodes@yandex.ru", "url": "https://github.com/hcodes" }, "name": "yandex-speller", "main": "./lib/yandex-speller.js", "description": "Yandex Speller API for Node.js", "version": "6.0.0", "license": "MIT", "homepage": "https://github.com/hcodes/yandex-speller", "repository": { "type": "git", "url": "git://github.com/hcodes/yandex-speller.git" }, "bugs": { "url": "https://github.com/hcodes/yandex-speller/issues" }, "keywords": [ "typo", "typos", "text", "опечатки", "текст", "yandex", "speller", "Яндекс.Спеллер", "Yandex.Speller" ], "devDependencies": { "chai": "^4.3.10", "eslint": "^8.53.0", "mocha": "^10.2.0", "nyc": "^15.1.0", "sinon": "^17.0.1" }, "engines": { "node": ">=16" }, "scripts": { "test": "npm run-script eslint && npm run-script unit-test", "eslint": "./node_modules/.bin/eslint .", "unit-test": "nyc mocha -u bdd -R spec --recursive test" }, "files": [ "lib", "LICENSE.md", "CHANGELOG.md" ] }