package.json 724 Bytes
Newer Older
gaoqiong's avatar
gaoqiong committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "license": "MIT",
  "unpkg": "dist/ort-common.min.js",
  "name": "onnxruntime-common",
  "repository": {
    "url": "https://github.com/Microsoft/onnxruntime.git",
    "type": "git"
  },
  "author": "fs-eire",
  "module": "dist/lib/index.js",
  "version": "1.14.0",
  "jsdelivr": "dist/ort-common.min.js",
  "scripts": {
    "prepare": "tsc && webpack"
  },
  "keywords": [
    "ONNX",
    "ONNXRuntime",
    "ONNX Runtime"
  ],
  "devDependencies": {
    "ts-loader": "^9.1.2",
    "typedoc": "^0.22.11",
    "typescript": "^4.2.4",
    "webpack": "^5.36.2",
    "webpack-cli": "^4.7.0"
  },
  "main": "dist/ort-common.node.js",
  "types": "dist/lib/index.d.ts",
  "description": "ONNXRuntime JavaScript API library"
}