58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "xo-server-audit",
|
|
"version": "0.9.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"description": "Audit plugin for XO-Server",
|
|
"keywords": [
|
|
"audit",
|
|
"log",
|
|
"logs",
|
|
"orchestra",
|
|
"plugin",
|
|
"xen-orchestra",
|
|
"xen",
|
|
"xo-server"
|
|
],
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-server-audit",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "packages/xo-server-audit",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
},
|
|
"preferGlobal": false,
|
|
"main": "dist/",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.7.0",
|
|
"@babel/core": "^7.7.2",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
|
|
"@babel/preset-env": "^7.7.1",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@xen-orchestra/audit-core": "^0.2.0",
|
|
"@xen-orchestra/cron": "^1.0.6",
|
|
"@xen-orchestra/log": "^0.3.0",
|
|
"async-iterator-to-stream": "^1.1.0",
|
|
"promise-toolbox": "^0.20.0",
|
|
"readable-stream": "^3.5.0",
|
|
"xo-common": "^0.7.0"
|
|
},
|
|
"private": true
|
|
}
|