{
  "name": "@deltares/fews-web-oc-charts",
  "version": "4.7.2",
  "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": "vite build --config vite-library.config.ts && tsc -p tsconfig.build.json",
    "build-examples": "vite build --config vite-examples.config.ts",
    "lint": "npm run prettier",
    "prettier": "prettier . --check",
    "format": "prettier .  --write",
    "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": "^10.0.1",
    "@types/d3": "^7.4.3",
    "@types/lodash-es": "^4.17.12",
    "@types/luxon": "^3.7.2",
    "@types/node": "^22.13.4",
    "@vitest/browser": "^4.1.10",
    "@vitest/browser-playwright": "^4.1.10",
    "csstype": "^3.2.3",
    "eslint": "^10.8.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.6",
    "playwright": "^1.62.0",
    "prettier": "^3.9.6",
    "sass-embedded": "^1.100.0",
    "sonarqube-scanner": "^5.0.0",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.65.0",
    "vite": "^8.1.5",
    "vitest": "^4.1.10"
  },
  "dependencies": {
    "d3": "^7.9.0",
    "lodash-es": "^4.18.1",
    "luxon": "^3.7.2"
  },
  "optionalDependencies": {
    "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"
  }
}
