UNPKG

xo-lib

Version:
53 lines (52 loc) 1.36 kB
{ "private": false, "name": "xo-lib", "version": "0.11.1", "license": "AGPL-3.0-or-later", "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": { "directory": "packages/xo-lib", "type": "git", "url": "https://github.com/vatesfr/xen-orchestra.git" }, "author": { "name": "Vates SAS", "url": "https://vates.fr" }, "preferGlobal": false, "main": "dist/", "browserslist": [ "> 2%" ], "engines": { "node": ">=10" }, "dependencies": { "jsonrpc-websocket-client": "^0.7.2", "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": "^7.0.2", "rimraf": "^3.0.0" }, "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", "postversion": "npm publish" } }