{ "name": "xo-lib", "version": "0.9.0", "license": "ISC", "description": "Library to connect to XO-Server", "keywords": [ "xen", "orchestra", "xen-orchestra" ], "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-lib", "bugs": "https://github.com/vatesfr/xen-orchestra/issues", "repository": { "type": "git", "url": "https://github.com/vatesfr/xen-orchestra.git" }, "author": { "name": "Julien Fontanet", "email": "julien.fontanet@vates.fr" }, "preferGlobal": false, "main": "dist/", "bin": {}, "files": [ "dist/" ], "browserslist": [ "> 2%" ], "engines": { "node": ">=6" }, "dependencies": { "jsonrpc-websocket-client": "^0.4.1", "lodash": "^4.17.2", "make-error": "^1.0.4" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "babel-plugin-lodash": "^3.3.2", "cross-env": "^5.1.3", "rimraf": "^2.6.1" }, "scripts": { "build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/", "dev": "cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/", "prebuild": "rimraf dist/", "predev": "yarn run prebuild", "prepublishOnly": "yarn run build" } }