openvino-genai-node
Version:
OpenVINO™ GenAI pipelines for using from Node.js environment
58 lines (57 loc) • 1.51 kB
JSON
{
"name": "openvino-genai-node",
"version": "2025.2.0",
"description": "OpenVINO™ GenAI pipelines for using from Node.js environment",
"license": "Apache-2.0",
"repository": {
"url": "git+https://github.com/openvinotoolkit/openvino.genai.git",
"type": "git",
"directory": "src/js"
},
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"os": [
"linux",
"darwin",
"win32"
],
"type": "module",
"engines": {
"node": ">=21.0.0"
},
"keywords": [
"OpenVINO",
"OpenVINO GenAI",
"GenAI",
"LLM"
],
"scripts": {
"build": "tsc",
"lint": "eslint .",
"postinstall": "node ./scripts/download-runtime.cjs --ignore-if-exists",
"prepare": "npm run build",
"test": "npm run test_setup && node --test ./tests/*.test.js",
"test_setup": "node ./tests/setup.js"
},
"dependencies": {
"openvino-node": "2025.2.0"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@huggingface/hub": "^0.21.0",
"@types/node": "^22.13.4",
"eslint": "^9.20.1",
"global-agent": "^3.0.0",
"globals": "^15.15.0",
"node-fetch": "^3.3.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1"
},
"binary": {
"version": "2025.2.0.0",
"module_path": "./bin/",
"remote_path": "./repositories/openvino_genai/nodejs_bindings/{version}/{platform}/",
"package_name": "openvino_genai_nodejs_bindings_{platform}_{version}_{arch}.tar.gz",
"host": "https://storage.openvinotoolkit.org"
}
}