2021-04-16 08:33:10 +00:00
|
|
|
{
|
2022-01-18 22:00:10 +00:00
|
|
|
"license": "MIT",
|
|
|
|
|
"unpkg": "dist/ort-common.min.js",
|
|
|
|
|
"name": "onnxruntime-common",
|
2021-04-16 08:33:10 +00:00
|
|
|
"repository": {
|
2022-01-18 22:00:10 +00:00
|
|
|
"url": "https://github.com/Microsoft/onnxruntime.git",
|
2021-04-16 08:33:10 +00:00
|
|
|
"type": "git"
|
2022-01-18 22:00:10 +00:00
|
|
|
},
|
|
|
|
|
"author": "fs-eire",
|
|
|
|
|
"module": "dist/lib/index.js",
|
2022-10-21 23:16:44 +00:00
|
|
|
"version": "1.14.0",
|
2022-01-18 22:00:10 +00:00
|
|
|
"jsdelivr": "dist/ort-common.min.js",
|
2021-04-16 08:33:10 +00:00
|
|
|
"scripts": {
|
|
|
|
|
"prepare": "tsc && webpack"
|
2022-01-18 22:00:10 +00:00
|
|
|
},
|
2021-12-15 07:32:06 +00:00
|
|
|
"keywords": [
|
2022-01-18 22:00:10 +00:00
|
|
|
"ONNX",
|
|
|
|
|
"ONNXRuntime",
|
2021-12-15 07:32:06 +00:00
|
|
|
"ONNX Runtime"
|
2022-01-18 22:00:10 +00:00
|
|
|
],
|
2021-04-16 08:33:10 +00:00
|
|
|
"devDependencies": {
|
2022-12-17 01:26:54 +00:00
|
|
|
"ts-loader": "^9.4.2",
|
|
|
|
|
"typedoc": "^0.23.22",
|
|
|
|
|
"typescript": "^4.9.4",
|
|
|
|
|
"webpack": "^5.75.0",
|
|
|
|
|
"webpack-cli": "^5.0.1"
|
2022-01-18 22:00:10 +00:00
|
|
|
},
|
|
|
|
|
"main": "dist/ort-common.node.js",
|
|
|
|
|
"types": "dist/lib/index.d.ts",
|
2021-12-15 07:32:06 +00:00
|
|
|
"description": "ONNXRuntime JavaScript API library"
|
2022-07-22 19:55:53 +00:00
|
|
|
}
|