mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-11 06:29:51 -05:00
29 lines
661 B
JSON
29 lines
661 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.7.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public",
|
|
"test": "node --test"
|
|
},
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./combineEvents": "./combineEvents.js"
|
|
}
|
|
}
|