{
  "name": "onnxruntime-node-gpu",
  "version": "1.14.0",
  "description": "Drop-in replacement for onnxruntime-node with DirectML and Cuda support",
  "main": "dist/index.js",
  "repository": "https://github.com/dakenf/onnxruntime-node-gpu",
  "author": "Arthur Islamov arthur@islamov.ai",
  "license": "MIT",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "onnxruntime-common": "1.14.0"
  },
  "devDependencies": {
    "@types/node": "^18.16.3",
    "cmake-js": "^7.2.1",
    "typescript": "^5.0.4",
    "node-addon-api": "^6.1.0"
  },
  "cmake-js": {
    "runtime": "node",
    "runtimeVersion": "18.16.0",
    "arch": "x64"
  }
}
