onnxruntime/js/common/package.json
Changming Sun 8e0d4616ea
Increase version number to 1.15.1 (#16372)
All the changes are auto-generated except the one in
onnxruntime/core/session/onnxruntime_c_api.cc
2023-06-15 20:58:34 -07:00

27 lines
614 B
JSON

{
"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.15.1",
"jsdelivr": "dist/ort-common.min.js",
"scripts": {
"prepare": "tsc && webpack"
},
"keywords": [
"ONNX",
"ONNXRuntime",
"ONNX Runtime"
],
"devDependencies": {
"typedoc": "^0.23.22"
},
"main": "dist/ort-common.node.js",
"types": "dist/lib/index.d.ts",
"description": "ONNXRuntime JavaScript API library"
}