mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
* bump up version * makes the windowAI column align with ORT version * update the hardcoded version string * fix a typo
30 lines
No EOL
695 B
JSON
30 lines
No EOL
695 B
JSON
{
|
|
"license": "MIT",
|
|
"name": "onnxruntime-common",
|
|
"description": "ONNXRuntime JavaScript API library",
|
|
"repository": {
|
|
"url": "https://github.com/Microsoft/onnxruntime.git",
|
|
"type": "git"
|
|
},
|
|
"author": "fs-eire",
|
|
"version": "1.9.0",
|
|
"keywords": [
|
|
"ONNX",
|
|
"ONNXRuntime",
|
|
"ONNX Runtime"
|
|
],
|
|
"scripts": {
|
|
"prepare": "tsc && webpack"
|
|
},
|
|
"devDependencies": {
|
|
"ts-loader": "^9.1.2",
|
|
"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",
|
|
"jsdelivr": "dist/ort-common.min.js",
|
|
"unpkg": "dist/ort-common.min.js",
|
|
"module": "dist/lib/index.js"
|
|
} |