{
  "name": "yfinance-live",
  "version": "0.3.3",
  "description": "Yahoo Finance Live Data",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "test": "jest --config jestconfig.json",
    "copy": "copyfiles -u 1 \"src/**/*.d.ts\" dist",
    "build": "tsc && yarn copy",
    "format": "prettier --write \"*/**/*.{js,ts,tsx}\"",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx --fix",
    "clean": "rimraf dist",
    "prepare": "yarn clean && yarn build",
    "prepublishOnly": "yarn test && yarn lint",
    "preversion": "yarn lint",
    "version": "yarn format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sidpagariya/yfinance-live.git"
  },
  "keywords": [
    "yahoo-finance",
    "finance",
    "websocket",
    "stocks",
    "options",
    "crypto"
  ],
  "author": "Sid Pagariya <sid@sidp.me>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sidpagariya/yfinance-live/issues"
  },
  "homepage": "https://github.com/sidpagariya/yfinance-live#readme",
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "@types/ws": "^7.4.0",
    "@typescript-eslint/eslint-plugin": "^4.14.2",
    "@typescript-eslint/parser": "^4.14.2",
    "copyfiles": "^2.4.1",
    "eslint": "^7.19.0",
    "eslint-config-prettier": "^7.2.0",
    "eslint-plugin-prettier": "^3.3.1",
    "husky": "^4.3.8",
    "jest": "^26.6.3",
    "jest-each": "^26.6.2",
    "prettier": "^2.2.1",
    "pretty-quick": "^3.1.0",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.5.0",
    "typescript": "^4.1.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged && yarn lint"
    }
  },
  "dependencies": {
    "isomorphic-ws": "^4.0.1",
    "protobufjs": "^6.10.2",
    "ws": "^7.4.3"
  }
}
