mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
},
|
|
"main": "./dist/index.mjs",
|
|
"name": "@xen-orchestra/rest-api",
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/rest-api",
|
|
"version": "0.0.0",
|
|
"description": "REST API to manage your XOA",
|
|
"license": "AGPL-3.0-or-later",
|
|
"private": false,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20.18"
|
|
},
|
|
"scripts": {
|
|
"build": "tsoa spec-and-routes && tsc",
|
|
"dev": "tsoa spec-and-routes && tsc --watch",
|
|
"prepublishOnly": "npm run build",
|
|
"postversion": "npm publish --access public"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.19.0",
|
|
"@types/express": "^5.0.0",
|
|
"@types/swagger-ui-express": "^4.1.7",
|
|
"typescript": "~5.6.3",
|
|
"typescript-eslint": "^8.23.0"
|
|
},
|
|
"dependencies": {
|
|
"@xen-orchestra/log": "^0.7.1",
|
|
"swagger-ui-express": "^5.0.1",
|
|
"tsoa": "^6.6.0",
|
|
"xo-common": "^0.8.0"
|
|
},
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@xen-orchestra/rest-api",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
}
|
|
}
|