{
  "name": "dogsvc",
  "version": "1.1.550",
  "description": "",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "type": "module",
  "scripts": {
    "dev": "yarn run build && node --trace-warnings --experimental-modules --es-module-specifier-resolution=node ./lib/debug.js",
    "pub": "yarn version --pre --patch && yarn run build && npm publish",
    "test": "echo \"jest --config jestconfig.json\"",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "prepublishOnly": "yarn test && yarn run lint",
    "prepare": "yarn run build",
    "preversion": "yarn run lint",
    "version": "yarn run format && git add -A src",
    "upg": "yarn upgrade --latest && yarn run build",
    "upg:do": "yarn add dprx-types dofiltra_api",
    "postversion": "git push && git push --tags"
  },
  "keywords": [],
  "author": "Dmitrii Osipovich",
  "license": "ISC",
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.4",
    "@types/lodash": "^4.14.195",
    "@types/luxon": "^3.3.0",
    "@types/node": "^20.3.1",
    "@types/sanitize-html": "^2.9.0",
    "@types/string-similarity": "^4.0.0",
    "@typescript-eslint/eslint-plugin": "^5.60.0",
    "@typescript-eslint/parser": "^5.60.0",
    "bun-types": "^1.0.11",
    "eslint": "^8.43.0",
    "eslint-config-next": "^13.4.6",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
    "prettier": "^2.8.8",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^5.1.3"
  },
  "files": [
    "lib/**/*"
  ],
  "dependencies": {
    "dofiltra_api": "^1.1.202",
    "dotenv": "^16.3.1",
    "dprx-types": "^1.2.736",
    "lodash": "^4.17.21",
    "luxon": "^3.3.0",
    "node-fetch": "^3.3.2",
    "random-words": "^2.0.0",
    "sanitize-html": "^2.11.0",
    "string-similarity": "^4.0.4",
    "telegram": "^2.18.26",
    "time-helpers": "^1.0.0"
  }
}
