UNPKG

@iuno/libvirt

Version:

Libvirt bindings for Node.js

45 lines (44 loc) 981 B
{ "name": "@iuno/libvirt", "version": "0.0.1", "description": "Libvirt bindings for Node.js", "main": "lib/index.js", "types": "lib/index.d.ts", "dependencies": { "node-addon-api": "^1.7.1", "bindings": "^1.5.0" }, "devDependencies": { "@types/node": "^12.12.3", "ts-node": "^8.4.1", "typescript": "^3.6.4" }, "scripts": { "build": "node-gyp rebuild", "test": "echo \"Error: no test specified\" && exit 1", "examples/list": "ts-node -P examples/tsconfig.json examples/list.ts" }, "repository": { "type": "git", "url": "git+https://leonrrrr@bitbucket.org/iuno/libvirt.git" }, "keywords": [ "libvirt", "lxc", "openvz", "qemu", "virtualbox", "vmware", "esx", "esxi", "xen", "hyperv", "powervm", "virtuozzo", "bhyve" ], "author": "Leon Rinkel <leon@rinkel.me>", "license": "MIT", "gypfile": true, "homepage": "https://bitbucket.org/iuno/libvirt#readme" }