{
  "name": "word-decliner",
  "version": "1.2.0",
  "description": "Declines words such as names, single or even combination of words via Morpher service.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "keywords": [
    "word-decliner",
    "decline-word",
    "word-declination",
    "word-declension",
    "Morpher",
    "morpher.ru",
    "ФИО",
    "склонение-слов"
  ],
  "scripts": {
    "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",
    "publish:prepare": "mkdir -p ./build/build && mv ./build/* ./build/build; cp -r ./package* ./README.md ./build",
    "pu": "npm pu ./build",
    "my-publish": "npm run publish:prepare && npm run pu"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArthurKa/word-decliner.git"
  },
  "author": {
    "name": "ArthurKa",
    "email": "arthur.katruk@gmail.com"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ArthurKa/word-decliner/issues"
  },
  "homepage": "https://github.com/ArthurKa/word-decliner#readme",
  "dependencies": {
    "axios": "^0.21.1",
    "cheerio": "^1.0.0-rc.5",
    "temp-object": "^1.1.1"
  },
  "devDependencies": {
    "@arthurka/eslint": "^1.7.0",
    "@types/node": "^14.14.35",
    "typescript": "^4.2.3"
  }
}
