{
  "name": "@trade-rhythm/technical-indicators",
  "version": "1.1.1",
  "description": "Technical indicators for algo trading",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "unpkg": "./dist/index.min.js",
  "types": "./dist/main.d.ts",
  "scripts": {
    "plop": "plop",
    "lint": "eslint --fix ./src",
    "format": "prettier --write --ignore-unknown .",
    "check": "tsc -p tsconfig.json --noEmit",
    "build": "node build.js",
    "test": "jest",
    "prepare": "husky install"
  },
  "keywords": [],
  "author": "nicksrandall",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "lint-staged": {
    "**/*.ts": [
      "eslint --fix",
      "jest --bail --findRelatedTests"
    ],
    "**/*.[!hbs]*": "prettier --write --ignore-unknown"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.15.8",
    "@babel/preset-typescript": "^7.15.0",
    "@types/jest": "^27.0.2",
    "@typescript-eslint/eslint-plugin": "^5.1.0",
    "@typescript-eslint/parser": "^5.1.0",
    "esbuild-jest": "^0.5.0",
    "eslint": "^8.0.1",
    "eslint-config-prettier": "^8.3.0",
    "estrella": "^1.4.1",
    "husky": "^7.0.2",
    "jest": "^27.3.1",
    "jest-extended": "^1.1.0",
    "jest-watch-typeahead": "^1.0.0",
    "lint-staged": "^11.2.3",
    "plop": "^2.7.6",
    "prettier": "^2.4.1",
    "pretty-bytes": "^5.6.0",
    "ts-node": "^10.3.0",
    "typescript": "^4.4.4"
  }
}
