{
  "name": "opexbot",
  "author": "pskucherov",
  "description": "Trading bot.",
  "license": "Apache-2.0",
  "version": "0.9.17",
  "main": "./build/opexbot.js",
  "files": [
    "build/**/*",
    "!build/**/tokens.json",
    "!build/**/robotsState.json",
    "!build/**/runtime/**",
    "!build/**/orders/**",
    "!build/tests/**/*",
    "!build/**/*.test.*",
    "!build/tsconfig.tsbuildinfo",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=16.14.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pskucherov/OpexBot.git"
  },
  "bin": {
    "opexbot": "./build/opexbot.js"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=production ts-node src/main",
    "bot": "cross-env DEBUG=1 ts-node ./bots/backtester/backtester.ts",
    "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 NODE_ENV=production tsc && node scripts/sync-public-to-build.js",
    "lint-fix": "npx eslint --fix .",
    "test": "node --test --test-timeout=30000 --test-force-exit"
  },
  "precommit": [
    "lint-fix",
    "build"
  ],
  "devDependencies": {
    "@types/node-telegram-bot-api": "^0.64.2",
    "@types/uuid": "^9.0.8",
    "@typescript-eslint/eslint-plugin": "^6.14.0",
    "concurrently": "^7.2.0",
    "eslint": "^8.14.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-no-loops": "^0.3.0",
    "eslint-plugin-no-use-extend-native": "^0.5.0",
    "eslint-plugin-optimize-regex": "^1.2.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-react": "^7.29.4",
    "eslint-plugin-sonarjs": "^0.13.0",
    "pre-commit": "^1.2.2",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "@types/socket.io": "^3.0.2",
    "calc-rsi": "^1.0.0",
    "cross-env": "^7.0.3",
    "kill-port": "^2.0.1",
    "moving-averages": "^4.0.6",
    "node-hmr": "^1.3.2",
    "node-telegram-bot-api": "^0.64.0",
    "opexviewer": "^0.9.13",
    "sqlite": "^4.1.2",
    "sqlite3": "^5.1.4",
    "tinkoff-sdk-grpc-js": "^1.19.5",
    "tinkofftradingbotconnector": "^0.9.17",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5",
    "uuid": "^9.0.1",
    "webpack-node-externals": "^3.0.0"
  }
}
