{
  "name": "morpher-ws3-client",
  "version": "1.0.8",
  "description": "JavaScript-клиент веб-сервиса \"Морфер\" 3.0",
  "main": "./index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha \"test/unit/**/*.test.js\" -R spec",
    "test:e2e": "./node_modules/.bin/mocha \"test/e2e/**/*.test.js\" -R spec",
    "zip": "bestzip morpher.zip dist/*",
    "build": "npm test && rollup -c && npm run zip"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/morpher-ru/morpher-ws3-js-client.git"
  },
  "keywords": [
    "morpher",
    "морфер",
    "склонятель",
    "склонение",
    "ударение",
    "склонятор",
    "падеж",
    "падежам",
    "родительный",
    "дательный",
    "винительный",
    "творительный",
    "предложный",
    "русском",
    "украинском",
    "казахском"
  ],
  "author": "Master Weber <master.weber@outlook.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/morpher-ru/morpher-ws3-js-client/issues"
  },
  "homepage": "https://github.com/morpher-ru/morpher-ws3-js-client#readme",
  "dependencies": {
    "node-fetch": "^2.6.1"
  },
  "devDependencies": {
    "@babel/plugin-proposal-class-properties": "^7.12.13",
    "@babel/plugin-transform-arrow-functions": "^7.12.13",
    "@babel/plugin-transform-classes": "^7.12.13",
    "@babel/preset-env": "^7.12.13",
    "@rollup/plugin-babel": "^5.2.3",
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-node-resolve": "^11.1.1",
    "bestzip": "^2.1.7",
    "chai": "^4.3.0",
    "fetch-mock": "^9.11.0",
    "mocha": "^8.3.0",
    "mocha-lcov-reporter": "^1.3.0",
    "rollup": "^2.38.5",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "rollup-plugin-terser": "^7.0.2"
  }
}
