{
  "name": "react-finnhub",
  "version": "1.0.7",
  "description": "React Library for finnhub-ts",
  "author": {
    "email": "me@ru4ert.com",
    "name": "Rupert Bogensperger",
    "url": "https://ru4ert.com/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Rupert-com/react-finnhub.git"
  },
  "bugs": {
    "url": "https://github.com/Rupert-com/react-finnhub/issues",
    "email": "me@ru4ert.com"
  },
  "homepage": "https://github.com/Rupert-com/react-finnhub#readme",
  "keywords": [
    "finnhub",
    "react",
    "axios",
    "typescript",
    "openapi-client",
    "openapi-generator",
    "finnhub-ts",
    "stockapi",
    "quotes",
    "stock",
    "stock market",
    "stock candles",
    "finance",
    "ticker",
    "tickers",
    "data",
    "free",
    "api",
    "client",
    "prices",
    "trading"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.js",
  "source": "./index.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build",
    "prepublish": "yarn build"
  },
  "license": "MIT",
  "dependencies": {
    "finnhub-ts": "^1.0.6",
    "react": "^18.2.0"
  },
  "devDependencies": {
    "@types/react": "^18.0.13",
    "typescript": "^4.7.3"
  }
}
