{
  "name": "crypto-quant",
  "version": "0.0.3",
  "description": "A library to place and cancel orders in crypto exchange",
  "main": "src/index.ts",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "start": "node ./dist/index.js",
    "lint": "eslint . --ext '.js,.jsx,.ts,.tsx,.md'",
    "prettier": "prettier -c --write '**/*'",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "pre-commit": [
    "prettier",
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/soulmachine/crypto-quant.git"
  },
  "keywords": [
    "typescript",
    "blockchain",
    "trade"
  ],
  "engines": {
    "node": ">=10"
  },
  "author": "soulmachine",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/soulmachine/crypto-quant/issues"
  },
  "homepage": "https://github.com/soulmachine/crypto-quant",
  "devDependencies": {
    "@types/assert": "^1.4.3",
    "@types/node": "^12.12.8",
    "@types/yargs": "^13.0.3",
    "@typescript-eslint/eslint-plugin": "^2.7.0",
    "@typescript-eslint/parser": "^2.7.0",
    "eslint": "^6.6.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-config-prettier": "^6.5.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^23.0.4",
    "eslint-plugin-markdown": "^1.0.1",
    "eslint-plugin-prettier": "^3.1.1",
    "prettier": "^1.19.1",
    "typescript": "^3.7.2"
  },
  "dependencies": {
    "assert": "^2.0.0",
    "yargs": "^14.2.0"
  }
}
