46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "@xen-orchestra/audit-core",
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/audit-core",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@xen-orchestra/audit-core",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"version": "0.2.0",
|
|
"engines": {
|
|
"node": ">=8.10"
|
|
},
|
|
"main": "dist/",
|
|
"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/",
|
|
"postversion": "npm publish --access public",
|
|
"prebuild": "rimraf dist/",
|
|
"predev": "yarn run prebuild",
|
|
"prepublishOnly": "yarn run build"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.7.4",
|
|
"@babel/core": "^7.7.4",
|
|
"@babel/plugin-proposal-decorators": "^7.8.0",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.0",
|
|
"@babel/preset-env": "^7.7.4",
|
|
"cross": "^1.0.0",
|
|
"rimraf": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@xen-orchestra/log": "^0.2.0",
|
|
"core-js": "^3.6.4",
|
|
"golike-defer": "^0.4.1",
|
|
"lodash": "^4.17.15",
|
|
"object-hash": "^2.0.1"
|
|
},
|
|
"private": false,
|
|
"license": "AGPL-3.0-or-later",
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
}
|
|
}
|