{
  "name": "tinkoff-sdk-grpc-js",
  "version": "3.0.0",
  "description": "",
  "main": "dist/sdk.js",
  "files": [
    "dist/**/*",
    "src/**/*",
    "README.md",
    "generateProto.sh",
    "tsconfig.json",
    ".eslintrc",
    ".prettierrc"
  ],
  "scripts": {
    "build": "npx tsc && mkdir -p dist/errors && cp src/errors/api_errors.json dist/errors/api_errors.json",
    "test": "node -r ts-node/register/transpile-only --test ./test/**/*.test.ts",
    "check": "npm run build && npm run test",
    "generate:proto": "bash ./generateProto.sh",
    "generate:proto:debug": "INVEST_PROTO_DEBUG=1 bash ./generateProto.sh",
    "lint-fix": "eslint \"src/**/{*.ts,*.tsx}\" --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pskucherov/InvestSDKgRPCJS.git"
  },
  "keywords": [
    "trading",
    "investment",
    "strategy"
  ],
  "author": "pskucherov",
  "license": "Apache-2.0",
  "dependencies": {
    "@grpc/grpc-js": "1.7.3",
    "long": "^5.2.1",
    "nice-grpc": "2.1.0",
    "protobufjs": "^7.2.5"
  },
  "devDependencies": {
    "@types/debug": "^4.1.7",
    "@types/google-protobuf": "^3.15.5",
    "@typescript-eslint/eslint-plugin": "^6.19.0",
    "@typescript-eslint/parser": "^6.19.0",
    "eslint": "^8.12.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "protoc": "^34.0.0",
    "nodemon": "^2.0.15",
    "prettier": "^2.6.1",
    "ts-node": "^10.7.0",
    "ts-proto": "1.112.0"
  }
}
