{
  "name": "bzk",
  "version": "1.0.2",
  "description": "AutoTradeBazookaFramework",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": "Kirin",
  "contributors": [
    {
      "name": "Andy"
    }
  ],
  "scripts": {
    "build": "tsc --build",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "clean": "tsc --build --clean",
    "test": "jest --config jestconfig.json"
  },
  "devDependencies": {
    "@types/jest": "^26.0.3",
    "@types/node": "^14.0.14",
    "jest": "^26.1.0",
    "prettier": "^2.0.5",
    "ts-jest": "^26.1.1",
    "tslint": "^6.1.2",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.9.5"
  },
  "dependencies": {
    "@influxdata/influxdb-client": "^1.4.0",
    "daemon": "^1.1.0",
    "node-rest-client": "^3.1.0",
    "properties": "^1.2.1",
    "typed-rest-client": "^1.7.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kirinchen/AutoTrade-Bazooka-Framework.git"
  },
  "keywords": [
    "Auto",
    "Trade",
    "Bot",
    "program trading"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/kirinchen/AutoTrade-Bazooka-Framework/issues"
  },
  "homepage": "https://github.com/kirinchen/AutoTrade-Bazooka-Framework#readme"
}
