{
  "license": "MIT",
  "browser": "dist/ort-web.min.js",
  "unpkg": "dist/ort.min.js",
  "name": "@aislamov/onnxruntime-web64",
  "repository": {
    "url": "https://github.com/dakenf/onnxruntime.git",
    "type": "git"
  },
  "author": {
    "name": "Arthur Islamov",
    "email": "arthur@islamov.ai",
    "url": "https://islamov.ai"
  },
  "version": "1.0.6",
  "jsdelivr": "dist/ort.min.js",
  "dependencies": {
    "flatbuffers": "^1.12.0",
    "guid-typescript": "^1.0.9",
    "long": "^4.0.0",
    "onnx-proto": "^4.0.4",
    "onnxruntime-common": "1.15.1",
    "platform": "^1.3.6"
  },
  "scripts": {
    "prepare1": "tsc",
    "build:doc": "node ./script/generate-webgl-operator-md && node ./script/generate-webgpu-operator-md",
    "pull:wasm": "node ./script/pull-prebuilt-wasm-artifacts",
    "test:e2e": "node ./test/e2e/run",
    "build": "node ./script/build",
    "test": "tsc --build ../scripts && node ../scripts/prepare-onnx-node-tests && node ./script/test-runner-cli",
    "prepack1": "node ./script/build && node ./script/prepack"
  },
  "keywords": [
    "ONNX",
    "ONNXRuntime",
    "ONNX Runtime"
  ],
  "devDependencies": {
    "@chiragrupani/karma-chromium-edge-launcher": "^2.2.2",
    "@types/chai": "^4.3.4",
    "@types/emscripten": "^1.39.6",
    "@types/flatbuffers": "^1.10.0",
    "@types/karma": "^6.1.0",
    "@types/long": "^4.0.1",
    "@types/minimatch": "^5.1.2",
    "@types/minimist": "^1.2.2",
    "@types/mocha": "^10.0.1",
    "@types/platform": "^1.3.4",
    "@webgpu/types": "^0.1.30",
    "base64-js": "^1.5.1",
    "chai": "^4.3.7",
    "electron": "^23.1.2",
    "globby": "^13.1.3",
    "karma": "^6.4.1",
    "karma-browserstack-launcher": "^1.6.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.1",
    "karma-edge-launcher": "^0.4.2",
    "karma-electron": "^7.3.0",
    "karma-firefox-launcher": "^2.1.2",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "karma-safari-applescript-launcher": "^0.1.1",
    "karma-sourcemap-loader": "^0.4.0",
    "minimatch": "^7.4.2",
    "minimist": "^1.2.8",
    "mocha": "^10.2.0",
    "numpy-parser": "^1.2.3",
    "strip-json-comments": "^5.0.0"
  },
  "main": "dist/ort-web.node.js",
  "exports": {
    ".": {
      "node": {
        "types": "./types.d.ts",
        "default": "./dist/ort-web.node.js"
      },
      "default": {
        "types": "./types.d.ts",
        "default": "./dist/ort.webgpu.min.js"
      }
    },
    "./webgpu": {
      "types": "./types.d.ts",
      "default": "./dist/ort.webgpu.min.js"
    }
  },
  "types": "./types.d.ts",
  "description": "A Javascript library for running ONNX models on browsers"
}