{
  "name": "react-realtime-crypto-prices",
  "version": "0.0.1",
  "description": "The easiest way to use live crypto prices in React components",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rileystephens28/react-realtime-crypto-prices.git"
  },
  "bugs": {
    "url": "https://github.com/rileystephens28/react-realtime-crypto-prices/issues"
  },
  "homepage": "https://github.com/rileystephens28/react-realtime-crypto-prices#readme",
  "directories": {
    "example": "example",
    "lib": "lib"
  },
  "keywords": [
    "react",
    "crypto",
    "cyrptocurrency",
    "crypto trading",
    "cryptocurrency trading",
    "realtime trading",
    "crypto dashboard",
    "realtime prices",
    "live prices",
    "crypto price",
    "crypto candles",
    "crypto candles",
    "crypto tickers",
    "cryptocurrency candles",
    "cryptocurrency tickers"
  ],
  "license": "MIT",
  "author": "Riley Stephens",
  "main": "./lib/index.js",
  "module": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "/lib"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "lint": "eslint src/**/*.{ts,tsx} --quiet --fix"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "devDependencies": {
    "@types/node": "^16.3.1",
    "@types/react": "^17.0.14",
    "@typescript-eslint/eslint-plugin": "^4.28.2",
    "@typescript-eslint/parser": "^4.28.2",
    "eslint": "^7.30.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "prettier": "^2.3.2",
    "react": "^17.0.2",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "dotenv": "^10.0.0"
  }
}
