mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
### Description 1. Update VERSION_NUMBER for preparing the upcoming release. This PR's commit will not be included in the 1.15 release branch 2. Delete package/rpm/onnxruntime.spec since it was not used in past years. ### Motivation and Context Preparing the release. Fixed [AB#15311](https://aiinfra.visualstudio.com/6a833879-cd9b-44a4-a9de-adc2d818f13c/_workitems/edit/15311)
27 lines
614 B
JSON
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.16.0",
|
|
"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"
|
|
}
|