UNPKG

openvino-node

Version:

OpenVINO™ utils for using from Node.js environment

67 lines (66 loc) 1.81 kB
{ "name": "openvino-node", "version": "2025.1.0", "description": "OpenVINO™ utils for using from Node.js environment", "repository": { "url": "git+https://github.com/openvinotoolkit/openvino.git", "type": "git" }, "license": "Apache-2.0", "main": "./dist/index.js", "os": [ "win32", "darwin", "linux" ], "types": "./types/index.d.ts", "scripts": { "build": "npm run tsc", "prepare": "npm run build", "lint": "eslint .", "test_setup": "node ./tests/setup.js", "test": "npm run test_setup && node --test ./tests/unit/*.test.js", "test:e2e": "mocha ./tests/e2e/electron-app.test.js", "tsc": "tsc", "postinstall": "npm run install_runtime", "download_runtime": "node ./scripts/download-runtime.js", "install_runtime": "npm run download_runtime -- --ignore-if-exists" }, "devDependencies": { "@types/node": "^20.5.1", "@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/parser": "^6.7.0", "eslint": "^8.49.0", "random-bigint": "^0.0.1", "typescript": "^5.0.4", "mocha": "^10.6.0" }, "engines": { "node": ">=21.0.0" }, "dependencies": { "gunzip-maybe": "^1.4.2", "https-proxy-agent": "^7.0.2", "tar-fs": "^3.0.8" }, "binary": { "module_path": "./bin/", "remote_path": "./repositories/openvino/nodejs_bindings/{version}/{platform}/", "package_name": "openvino_nodejs_bindings_{platform}_{version}_{arch}.tar.gz", "host": "https://storage.openvinotoolkit.org" }, "keywords": [ "OpenVINO", "openvino", "openvino-node", "openvino npm", "openvino binding", "openvino node.js", "openvino library", "intel openvino", "openvino toolkit", "openvino API", "openvino SDK", "openvino integration" ] }