{ "name": "xo-common", "version": "0.2.0", "license": "AGPL-3.0", "description": "Code shared between [XO](https://xen-orchestra.com) server and clients", "keywords": [], "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-common", "bugs": "https://github.com/vatesfr/xen-orchestra/issues", "repository": { "directory": "packages/xo-common", "type": "git", "url": "https://github.com/vatesfr/xen-orchestra.git" }, "author": { "name": "Julien Fontanet", "email": "julien.fontanet@isonoe.net" }, "preferGlobal": false, "bin": {}, "files": [ "dist/", "*.js" ], "browserslist": [ "> 1%" ], "engines": { "node": ">=6" }, "dependencies": { "lodash": "^4.16.6", "make-error": "^1.2.1" }, "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/", "clean": "rimraf dist/", "dev": "cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/", "prebuild": "yarn run clean", "predev": "yarn run prebuild", "prepublishOnly": "yarn run build" } }