{
    "name": "roboflow-node",
    "version": "0.2.26",
    "description": "Use Roboflow Train computer vision models for inference on images in node.js",
    "main": "roboflow.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "",
    "license": "SEE LICENSE IN roboflow-license.txt",
    "dependencies": {
        "axios": "^0.21.0",
        "node-fetch": "^2.6.1",
        "rimraf": "^3.0.2",
        "@tensorflow/tfjs-node": "^3.19.0",
        "@tensorflow/tfjs-converter": "^3.19.0",
        "@tensorflow/tfjs-core": "^3.19.0"
    }
}
