{
  "name": "@h5web/h5wasm",
  "version": "0.0.1",
  "description": "H5Web providers based on H5Wasm",
  "author": "European Synchrotron Radiation Facility",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/silx-kit/h5web"
  },
  "type": "module",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "main": "src/index.ts",
  "publishConfig": {
    "main": "dist/index.js",
    "module": "dist/index.esm.js",
    "types": "dist/index.d.ts",
    "exports": {
      ".": {
        "require": "./dist/index.js",
        "import": "./dist/index.esm.js"
      }
    }
  },
  "scripts": {
    "build": "vite build && pnpm build:dts",
    "build:dts": "tsc --build tsconfig.build.json && rollup -c",
    "lint:eslint": "eslint \"**/*.{js,cjs,ts,tsx}\" --max-warnings=0",
    "lint:tsc": "tsc",
    "analyze": "pnpx source-map-explorer dist/index.js --no-border-checks"
  },
  "peerDependencies": {
    "@h5web/app": "workspace:*",
    "react": ">=16"
  },
  "dependencies": {
    "h5wasm": "0.4.6",
    "nanoid": "4.0.0"
  },
  "devDependencies": {
    "@h5web/app": "workspace:*",
    "@h5web/shared": "workspace:*",
    "@rollup/plugin-alias": "3.1.9",
    "@types/node": "16.11.7",
    "@types/react": "17.0.39",
    "eslint": "8.23.1",
    "eslint-config-galex": "4.2.2",
    "react": "17.0.2",
    "rollup": "2.79.1",
    "rollup-plugin-dts": "4.2.2",
    "typescript": "4.8.3",
    "vite": "3.1.3"
  }
}
