chore(web-core): normalize package.json

This commit is contained in:
Julien Fontanet 2024-01-18 12:39:39 +01:00
parent c2cb51a470
commit d92d2efc78

View File

@ -9,10 +9,22 @@
"import": "./lib/*"
}
},
"files": [
"lib"
],
"devDependencies": {
"vue": "^3.4.7"
},
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/web-core",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
"directory": "@xen-orchestra/web-core",
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"author": {
"name": "Vates SAS",
"url": "https://vates.fr"
},
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=8.10"
}
}