{
  "name": "@h5web/shared",
  "private": true,
  "version": "0.0.1",
  "description": "Shared models, guards and utilities",
  "author": "European Synchrotron Radiation Facility",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/silx-kit/h5web"
  },
  "type": "module",
  "sideEffects": false,
  "main": "src/index.ts",
  "scripts": {
    "build": "run-p build:*",
    "build:dts": "tsc --build tsconfig.build.json",
    "lint:eslint": "eslint \"**/*.{js,cjs,ts,tsx}\" --max-warnings=0",
    "lint:tsc": "tsc"
  },
  "peerDependencies": {
    "d3-format": "3.0.1",
    "lodash": "4.17.21",
    "ndarray": "1.0.19",
    "ndarray-ops": "1.2.2",
    "react": ">=16"
  },
  "devDependencies": {
    "@types/d3-format": "3.0.1",
    "@types/lodash": "4.14.185",
    "@types/ndarray": "1.0.11",
    "@types/ndarray-ops": "1.2.4",
    "@types/node": "16.11.7",
    "@types/react": "17.0.39",
    "d3-format": "3.1.0",
    "eslint": "8.23.1",
    "eslint-config-galex": "4.2.2",
    "jest": "27.5.1",
    "lodash": "4.17.21",
    "ndarray": "1.0.19",
    "ndarray-ops": "1.2.2",
    "react": "17.0.2",
    "typescript": "4.8.3"
  }
}
