Files
xen-orchestra/@vates/task/package.json
2023-04-26 15:45:14 +02:00

28 lines
634 B
JSON

{
"private": false,
"name": "@vates/task",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@vates/task",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
"directory": "@vates/task",
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"author": {
"name": "Vates SAS",
"url": "https://vates.fr"
},
"license": "ISC",
"version": "0.1.0",
"engines": {
"node": ">=14"
},
"scripts": {
"postversion": "npm publish --access public"
},
"exports": {
".": "./index.js",
"./combineEvents": "./combineEvents.js"
}
}