{ "name": "xo-server-netbox", "version": "1.3.3", "license": "AGPL-3.0-or-later", "description": "Synchronizes pools managed by Xen Orchestra with Netbox", "keywords": [ "netbox", "orchestra", "plugin", "web", "xen", "xen-orchestra", "xo-server" ], "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-server-netbox", "bugs": "https://github.com/vatesfr/xen-orchestra/issues", "repository": { "directory": "packages/xo-server-netbox", "type": "git", "url": "https://github.com/vatesfr/xen-orchestra.git" }, "author": { "name": "Vates SAS", "url": "https://vates.fr" }, "preferGlobal": false, "main": "dist/", "engines": { "node": ">=14.6" }, "dependencies": { "@xen-orchestra/log": "^0.6.0", "ipaddr.js": "^2.0.1", "lodash": "^4.17.21", "semver": "^7.3.5" }, "devDependencies": { "@babel/cli": "^7.13.16", "@babel/core": "^7.14.0", "@babel/plugin-proposal-export-default-from": "^7.18.10", "@babel/preset-env": "^7.14.1", "cross-env": "^7.0.3" }, "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" }, "private": true }