{
  "name": "@tradingview-tools/lightweight-charts-react",
  "version": "0.1.1",
  "description": "Tradingview's lightweight-charts for React",
  "main": "index.js",
  "types": "index.t.ds",
  "scripts": {
    "build": "rimraf build/ && tsc",
    "lint": "prettier --write src",
    "test": "jest",
    "watch": "tsc -w",
    "pre-release": "npm run build && node scripts/pre-release.js",
    "release": "npm run pre-release && npm publish dist --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chellimiller/tradingview-tools.git"
  },
  "keywords": [
    "lightweight-charts",
    "tradingview",
    "React",
    "trading",
    "charts",
    "candlestick"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chellimiller/tradingview-tools/issues"
  },
  "homepage": "https://github.com/chellimiller/tradingview-tools#readme",
  "dependencies": {
    "lightweight-charts": "^3.7.0"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  }
}