{
  "name": "react-tradingview-widget-components",
  "version": "1.0.4",
  "description": "Simple, customizable wrapper for TradingView widgets",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "prepublish": "rm -rf dist && npm run test && rollup -c",
    "build": "rollup -c",
    "watch": "rollup -c -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BCWResearch/react-tradingview-widget-components.git"
  },
  "keywords": [
    "tradingview",
    "widget",
    "chart",
    "stocks",
    "crypto"
  ],
  "author": "john-bcw",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BCWResearch/react-tradingview-widget/issues"
  },
  "homepage": "https://github.com/BCWResearch/react-tradingview-widget#readme",
  "devDependencies": {
    "@rollup/plugin-typescript": "^9.0.2",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@types/jest": "^29.2.0",
    "@typescript-eslint/eslint-plugin": "^5.41.0",
    "@typescript-eslint/parser": "^5.41.0",
    "eslint": "^8.26.0",
    "eslint-plugin-react": "^7.31.10",
    "jest": "^29.2.2",
    "jest-environment-jsdom": "^29.2.2",
    "rollup": "^3.2.3",
    "ts-jest": "^29.0.3",
    "tslib": "^2.4.0",
    "typescript": "^4.8.4"
  },
  "peerDependencies": {
    "react": ">= 17.0.2"
  },
  "files": [ "dist/**/*" ]
}
