onnxruntime/samples/nodejs/01_basic-usage/package.json

13 lines
312 B
JSON
Raw Normal View History

{
"name": "01_basic-usage",
"version": "1.0.0",
"description": "This example is a demonstration of basic usage of ONNX Runtime Node.js binding.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"onnxruntime-node": "^1.20.1"
}
}