{
  "name": "h5testing",
  "version": "6.4.2-beta.2",
  "description": "Web-based HDF5 file viewer",
  "author": "European Synchrotron Radiation Facility",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/silx-kit/h5web.git"
  },
  "scripts": {
    "start": "pnpm --filter demo start",
    "start:storybook": "pnpm --filter storybook start",
    "build": "pnpm --filter demo build",
    "build:storybook": "pnpm --filter storybook build",
    "serve": "pnpm --filter demo serve",
    "serve:storybook": "pnpm --filter storybook serve",
    "packages": "pnpm --filter {packages/*} build",
    "lint": "run-p lint:**",
    "lint:eslint": "pnpm -r --parallel lint:eslint",
    "lint:tsc": "pnpm -r --parallel lint:tsc",
    "lint:cypress:tsc": "tsc --project cypress/tsconfig.json",
    "lint:root:eslint": "eslint \"**/*.{js,cjs,ts,tsx}\" --max-warnings=0",
    "prettier": "prettier . --cache --check",
    "test": "jest",
    "cypress": "cypress open",
    "cypress:run": "cypress run",
    "postversion": "git push && git push --tags"
  },
  "devDependencies": {
    "@testing-library/cypress": "8.0.3",
    "@types/cypress-image-snapshot": "3.1.6",
    "@types/jest": "27.5.1",
    "@types/node": "18.17.0",
    "cypress": "9.5.0",
    "cypress-image-snapshot": "4.0.1",
    "cypress-wait-for-stable-dom": "0.1.0",
    "eslint": "8.23.1",
    "eslint-config-galex": "4.2.2",
    "identity-obj-proxy": "3.0.0",
    "jest": "27.5.1",
    "jest-transform-stub": "2.0.0",
    "npm-run-all": "4.1.5",
    "prettier": "2.7.1",
    "ts-jest": "27.1.3",
    "typescript": "4.8.3"
  },
  "pnpm": {
    "overrides": {
      "eslint": ">=8",
      "react-scripts>eslint-plugin-testing-library": ">=5",
      "react-scripts>@typescript-eslint/parser": ">=5",
      "react-scripts>@typescript-eslint/eslint-plugin": ">=5"
    },
    "peerDependencyRules": {
      "allowedVersions": {
        "cypress": "*",
        "jest": "*"
      },
      "ignoreMissing": [
        "require-from-string"
      ]
    }
  },
  "dependencies": {
    "encryptlong": "3.1.4"
  },
  "bugs": {
    "url": "https://github.com/silx-kit/h5web/issues"
  },
  "homepage": "https://github.com/silx-kit/h5web#readme",
  "main": "packages/app/src/App.tsx"
}
