onnxruntime/samples/nodejs/02_create-tensor/package.json

13 lines
302 B
JSON
Raw Normal View History

{
"name": "02_create-tensor",
"version": "1.0.0",
"description": "This example is a demonstration of basic usage of creating tensors.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"onnxruntime-node": "^1.20.1"
}
}