{
  "private": false,
  "name": "@equinor/videx-wellog",
  "version": "1.2.4",
  "license": "MIT",
  "description": "Visualisation components for wellbore log data",
  "repository": "https://github.com/equinor/videx-wellog",
  "bugs": {
    "url": "https://github.com/equinor/videx-wellog/issues"
  },
  "author": "Kjerand Pedersen",
  "keywords": [
    "wellog",
    "graph",
    "track",
    "wellbore",
    "visualisation",
    "videx"
  ],
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "browser": "dist/index.umd.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "rollup -c -w",
    "prebuild": "rimraf dist",
    "build": "rollup -c",
    "prepub": "npm run build",
    "pub": "npm publish --access=public",
    "prepublishbeta": "npm run build",
    "publishnpm instbeta": "npm publish --tag beta --access=public",
    "test": "jest",
    "test:watch": "jest --watchAll",
    "predocs": "rimraf docs",
    "docs": "typedoc --out docs src",
    "postdocs": "copyfiles .nojekyll docs",
    "lint": "npx eslint src --ext ts --color",
    "storybook": "cd examples/storybook && npm run storybook",
    "storybook:install": "cd examples/storybook && npm install",
    "storybook:build": "cd examples/storybook && npm run build-storybook"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/chai": "^4.2.11",
    "@types/d3-array": "^3.0.3",
    "@types/d3-scale": "^4.0.2",
    "@types/d3-selection": "^3.0.3",
    "@types/d3-shape": "^3.1.0",
    "@types/d3-zoom": "^3.0.1",
    "@types/jest": "^29.5.5",
    "@types/mocha": "^10.0.1",
    "@typescript-eslint/eslint-plugin": "^5.37.0",
    "@typescript-eslint/parser": "^5.37.0",
    "autoprefixer": "^10.4.18",
    "chai": "^4.4.1",
    "copyfiles": "^2.4.1",
    "eslint": "^8.57.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "jest": "^30.0.4",
    "jest-environment-jsdom": "^30.0.4",
    "rimraf": "^3.0.2",
    "rollup": "^4.22.4",
    "rollup-plugin-copy": "^3.3.0",
    "rollup-plugin-glslify": "^1.3.1",
    "rollup-plugin-postcss": "^4.0.2",
    "sass": "^1.77.6",
    "ts-jest": "^29.4.0",
    "tslib": "^2.8.1",
    "typedoc": "^0.25.12",
    "typescript": "^4.8.3"
  },
  "dependencies": {
    "@equinor/videx-math": "^1.1.1",
    "d3-array": "^3.2.0",
    "d3-color": "^3.1.0",
    "d3-scale": "^4.0.2",
    "d3-selection": "^3.0.0",
    "d3-shape": "^3.1.0",
    "d3-zoom": "^3.0.0"
  }
}
