{
  "name": "rwrsvc",
  "version": "1.7.22",
  "description": "",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "type": "module",
  "scripts": {
    "test": "echo \"jest --config jestconfig.json\"",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "prepublishOnly": "npm test && npm run lint",
    "prepare": "npm run build",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags",
    "dev": "npm run build && node --trace-warnings --experimental-modules --es-module-specifier-resolution=node ./lib/debug.js",
    "upg": "yarn upgrade --latest && yarn run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ty4ka/rwrsvc.git"
  },
  "keywords": [],
  "author": "Dmitrii Osipovich",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Ty4ka/rwrsvc/issues"
  },
  "homepage": "https://github.com/Ty4ka/rwrsvc#readme",
  "devDependencies": {
    "@types/diff-match-patch": "^1.0.32",
    "@types/lodash": "^4.14.186",
    "@types/node": "^18.8.0",
    "prettier": "^2.7.1",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.8.4"
  },
  "files": [
    "lib/**/*"
  ],
  "dependencies": {
    "deepler": "^1.4.17",
    "diff-match-patch": "^1.0.5",
    "dofiltra_api": "^1.1.78",
    "dotenv": "^16.0.3",
    "dprx-types": "^1.2.8",
    "lodash": "^4.17.21",
    "split-helper": "^1.0.11",
    "time-helpers": "^1.0.0",
    "wtn-svc": "^1.4.5"
  }
}
