UNPKG

decline-word

Version:

Declines words in Russian, Ukrainian and English languages.

53 lines (52 loc) 1.43 kB
{ "name": "decline-word", "version": "1.4.0", "description": "Declines words in Russian, Ukrainian and English languages.", "main": "build/index.js", "types": "build/index.d.ts", "directories": { "test": "test" }, "keywords": [ "decline-word", "word-decliner", "word-declination", "word-declension", "decline", "inflect", "singular", "plural", "склонение-слов", "падеж", "падежи" ], "scripts": { "test": "mocha test", "build:clean": "rm -rf build/*", "ts-compile": "tsc --declaration", "my-compile": "node ../compile.js", "build": "npm run build:clean && npm run ts-compile && npm run my-compile && npm test", "publish:prepare": "mkdir -p ./build/build && mv ./build/* ./build/build; cp -r ./package* ./README.md ./test ./build", "pu": "npm pu ./build", "my-publish": "npm run publish:prepare && npm run pu" }, "repository": { "type": "git", "url": "git+https://github.com/ArthurKa/decline-word.git" }, "author": { "name": "ArthurKa", "email": "arthur.katruk@gmail.com" }, "license": "ISC", "bugs": { "url": "https://github.com/ArthurKa/decline-word/issues" }, "homepage": "https://github.com/ArthurKa/decline-word#readme", "devDependencies": { "@arthurka/eslint": "^1.1.0", "@types/node": "^14.14.35", "mocha": "^6.2.3", "typescript": "^4.2.3" } }