UNPKG

@vmngr/libvirt

Version:

Libvirt bindings for Node.js®

64 lines (63 loc) 1.69 kB
{ "name": "@vmngr/libvirt", "version": "0.0.5", "description": "Libvirt bindings for Node.js®", "main": "dist/index.js", "types": "dist/index.d.ts", "gypfile": true, "scripts": { "build": "node-gyp rebuild && tsc", "test": "mocha -r ts-node/register lib/**/*.spec.ts", "lint/bindings": "styleguide/cpplint/cpplint.py src/*", "lint/lib": "tslint -p .", "lint/examples": "tslint -p examples", "examples/list": "ts-node -P examples/tsconfig.json examples/list.ts", "examples/start": "ts-node -P examples/tsconfig.json examples/start.ts", "examples/shutdown": "ts-node -P examples/tsconfig.json examples/shutdown.ts", "examples/builder": "ts-node -P examples/tsconfig.json examples/builder.ts" }, "repository": { "type": "git", "url": "git+https://github.com/vmngr/libvirt.git" }, "keywords": [ "libvirt", "lxc", "openvz", "qemu", "virtualbox", "vmware", "esx", "esxi", "xen", "hyperv", "powervm", "virtuozzo", "bhyve" ], "author": "Leon Rinkel <leon@rinkel.me>", "license": "MIT", "bugs": { "url": "https://github.com/vmngr/libvirt/issues" }, "homepage": "https://github.com/vmngr/libvirt#readme", "dependencies": { "bindings": "^1.5.0", "node-addon-api": "^1.7.1", "xml2js": "^0.4.22" }, "devDependencies": { "@types/bindings": "^1.3.0", "@types/chai": "^4.2.6", "@types/mocha": "^5.2.7", "@types/node": "^12.12.8", "@types/xml2js": "^0.4.5", "chai": "^4.2.0", "chalk": "^3.0.0", "gts": "^1.1.0", "mocha": "^6.2.2", "ts-node": "^8.4.1", "tslint": "^5.20.1", "typescript": "^3.7.2" } }