{
  "name": "@deltares/fews-web-oc-charts",
  "version": "4.6.0",
  "description": "FEWS Chart Library",
  "license": "MIT",
  "private": false,
  "author": {
    "name": "Werner Kramer",
    "email": "werner.kramer@deltares.nl"
  },
  "keywords": [
    "FEWS",
    "Charts"
  ],
  "type": "module",
  "files": [
    "dist"
  ],
  "module": "./dist/fews-web-oc-charts.js",
  "exports": {
    "import": "./dist/fews-web-oc-charts.js",
    "types": "./dist/index.d.ts"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "dev": "vite --config vite-examples.config.ts",
    "build": "tsc && vite build --config vite-library.config.ts",
    "build-examples": "vite build --config vite-examples.config.ts",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "test": "vitest",
    "test:all-browsers": "vitest run --mode all-browsers",
    "sonar": "sonar-scanner -Dsonar.host.url=$SONAR_URL -Dsonar.login=$SONAR_TOKEN -Dsonar.projectKey=$SONAR_KEY -Dsonar.projectName='Delft-FEWS Web OC Charts'"
  },
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/d3": "^7.4.3",
    "@types/lodash-es": "^4.17.12",
    "@types/luxon": "^3.7.1",
    "@types/node": "^22.13.4",
    "@vitest/browser": "^4.0.8",
    "@vitest/browser-playwright": "^4.0.8",
    "csstype": "^3.1.3",
    "eslint": "^9.39.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "playwright": "^1.56.1",
    "prettier": "^3.6.2",
    "sass-embedded": "^1.93.3",
    "sonarqube-scanner": "^4.3.2",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.46.4",
    "vite": "^7.2.2",
    "vitest": "^4.0.8"
  },
  "dependencies": {
    "d3": "^7.9.0",
    "lodash-es": "^4.17.21",
    "luxon": "^3.7.2"
  },
  "optionalDependencies": {
    "@rollup/rollup-linux-x64-gnu": "*",
    "sass-embedded-linux-x64": "*"
  },
  "volta": {
    "node": "22.13.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Deltares/fews-web-oc-charts.git"
  },
  "bugs": {
    "url": "https://github.com/Deltares/fews-web-oc-charts/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
