{
  "name": "@equinor/cpl-highcharts-react",
  "version": "0.0.29",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist/**"
  ],
  "dependencies": {
    "@equinor/eds-tokens": "2.2.0",
    "@equinor/cpl-theme-react": "1.0.7",
    "@equinor/cpl-utils": "0.4.0"
  },
  "devDependencies": {
    "eslint": "10.0.0",
    "highcharts": "12.5.0",
    "tsup": "8.5.1",
    "@equinor/cpl-eslint-config": "1.0.8",
    "@equinor/cpl-typescript-config": "0.0.7"
  },
  "peerDependencies": {
    "highcharts": ">=11.0.0 <13"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --dts --external react",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "dev": "tsup src/index.ts --format esm,cjs --watch --dts --external react",
    "lint": "TIMING=1 eslint . --fix",
    "typecheck": "tsc --noEmit"
  }
}