{
  "author": "brandtnew labs",
  "bugs": {
    "url": "https://github.com/brandtnewlabs/react-native-livechart/issues"
  },
  "description": "High-performance live line and candlestick charts for React Native, built on Skia and Reanimated. Inspired by liveline (Benji Taylor).",
  "devDependencies": {
    "@types/react": "~19.2.14",
    "react-native-worklets": "0.10.0",
    "typescript": "~6.0.3"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "react-native": "./src/index.ts",
      "import": "./src/index.ts",
      "require": "./src/index.ts",
      "default": "./src/index.ts"
    }
  },
  "files": [
    "dist",
    "src",
    "LICENSE"
  ],
  "homepage": "https://react-native-livechart.brandtnewlabs.com",
  "keywords": [
    "react-native",
    "chart",
    "skia",
    "reanimated",
    "live",
    "trading",
    "candlestick"
  ],
  "license": "MIT",
  "main": "./src/index.ts",
  "module": "./src/index.ts",
  "name": "react-native-livechart",
  "peerDependencies": {
    "@shopify/react-native-skia": ">=2.6.0",
    "react": ">=18.0.0",
    "react-native": ">=0.76.0",
    "react-native-gesture-handler": ">=2.0.0",
    "react-native-reanimated": ">=4.0.0",
    "react-native-worklets": ">=0.7.0"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "react-native": "./src/index.ts",
  "repository": {
    "directory": "packages/react-native-livechart",
    "type": "git",
    "url": "git+https://github.com/brandtnewlabs/react-native-livechart.git"
  },
  "scripts": {
    "build": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\" && tsc -p tsconfig.build.json",
    "build:types:watch": "tsc -p tsconfig.build.json --watch --preserveWatchOutput",
    "prepack": "npm run build && node -e \"require('fs').copyFileSync('../../README.md','README.md')\"",
    "prepare": "node -e \"if (!require('fs').existsSync('dist/index.d.ts')) process.exit(1)\" || npm run build",
    "test": "npm --prefix ../.. run test:lib",
    "test:coverage": "npm --prefix ../.. run test:coverage -- packages/react-native-livechart",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "verify": "npm --prefix ../.. run verify"
  },
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "version": "4.22.1"
}
