{
  "name": "@matex/core",
  "version": "0.2.1",
  "description": "Library of calculators for trading decisions",
  "author": "Tyrcord Inc. <dev@tyrcord.com>",
  "license": "ISC",
  "main": "./dist/index.js",
  "types": "./dist/types/index.d.ts",
  "repository": "https://github.com/tyrcord/matex/tree/master/packages/core",
  "bugs": "https://github.com/tyrcord/tutils/matex",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "dist/**/*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "test": "NODE_ENV=test mocha",
    "coverage": "nyc npm test",
    "codecov": "nyc merge .nyc_output ./coverage/coverage.json"
  },
  "peerDependencies": {
    "@tutils/helpers": "^0.4.10",
    "bignumber.js": "^9.0.0",
    "rxjs": "^6.5.3",
    "tslib": "^1.10.0"
  },
  "devDependencies": {
    "mocha": "^6.2.2",
    "nyc": "^14.1.1",
    "prettier": "^1.19.1",
    "tslint": "^5.20.1",
    "typescript": "^3.7.3"
  },
  "gitHead": "e5aceceb5d2dead20e08cb7b801d472bdcb9ee7a"
}
