onnxruntime/samples/nodejs/04_create-inference-session/package.json

13 lines
316 B
JSON
Raw Normal View History

{
"name": "04_create-inference-session",
"version": "1.0.0",
"description": "This example shows how to create `InferenceSession` in different ways.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"onnxruntime-node": "^1.20.1"
}
}