{
  "name": "vk2discord",
  "version": "2.1.7",
  "LATEST_CONFIG_VERSION": 4,
  "description": "Автоматическая публикация записей из группы или профиля VK.COM в канал Discord.",
  "main": "src/index.ts",
  "scripts": {
    "start": "node --experimental-modules --experimental-json-modules --unhandled-rejections=warn --es-module-specifier-resolution=node ./dist/index.js",
    "prestart": "node --experimental-modules --experimental-json-modules --unhandled-rejections=warn --es-module-specifier-resolution=node ./scripts/check.mjs",
    "prebuild": "node ./scripts/buildInit.mjs",
    "build": "tsc && node ./scripts/cleanUpBuild.mjs",
    "update": "node --experimental-modules --experimental-json-modules --unhandled-rejections=warn --es-module-specifier-resolution=node ./scripts/update.mjs",
    "pretest": "npm run-script build",
    "test": "npm run-script eslint:check && node --experimental-modules --experimental-json-modules node_modules/mocha/bin/_mocha --reporter spec --exit --timeout=30000",
    "eslint:check": "eslint ./src/**/*",
    "eslint:fix": "eslint ./src/**/* --fix"
  },
  "type": "module",
  "homepage": "https://github.com/MrZillaGold/VK2Discord#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MrZillaGold/VK2Discord.git"
  },
  "author": "MrZillaGold <Pronin Egor | mrzillagold@gmail.com>",
  "license": "SEE LICENSE IN LICENSE.txt",
  "bugs": {
    "url": "https://github.com/MrZillaGold/VK2Discord/issues"
  },
  "dependencies": {
    "discord.js": "^12.5.3",
    "lowdb": "^1.0.0",
    "string-replace-async": "^2.0.0",
    "vk-io": "^4.1.4"
  },
  "devDependencies": {
    "@types/lowdb": "^1.0.9",
    "@types/node": "^15.0.1",
    "@types/ws": "^7.4.2",
    "@typescript-eslint/eslint-plugin": "^4.22.1",
    "@typescript-eslint/parser": "^4.22.0",
    "eslint": "^7.25.0",
    "mocha": "^8.3.2",
    "typescript": "^4.2.4"
  },
  "engines": {
    "node": ">=14.15.4"
  }
}
