onnxruntime/js/web/test/e2e/package.json
Yulong Wang 97d9bcd644
[js/web] fix bundle for multi-thread, add e2e test and support nodejs (#7688)
* fix bundle for multi-thread, add e2e test and support nodejs

* add copyright banner

* resolve comments

* add comments for isMultiThreadSupported()
2021-05-14 18:15:38 -07:00

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"
}
}