mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
* fix bundle for multi-thread, add e2e test and support nodejs * add copyright banner * resolve comments * add comments for isMultiThreadSupported()
13 lines
289 B
JSON
13 lines
289 B
JSON
{
|
|
"devDependencies": {
|
|
"fs-extra": "^9.1.0",
|
|
"globby": "^11.0.3",
|
|
"karma": "^6.3.2",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-mocha-reporter": "^2.2.5",
|
|
"light-server": "^2.9.1",
|
|
"minimist": "^1.2.5",
|
|
"mocha": "^8.3.2"
|
|
}
|
|
}
|