Files
Xen-Orchestra-xen-orchestra…/@xen-orchestra/rest-api/package.json

69 lines
2.0 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.39.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",
"clean": "rimraf dist/ open-api/spec/ src/open-api/routes",
"dev": "tsoa spec-and-routes && tsc --watch",
"prepublishOnly": "npm run build",
"postversion": "npm publish --access public",
"prebuild": "npm run clean",
"predev": "npm run clean",
"test": "npm run build && node --test dist/**/*.test.mjs"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/express": "^5.0.0",
"@types/swagger-ui-express": "^4.1.7",
"@xen-orchestra/disk-transform": "^1.3.3",
"openapi-types": "^12.1.3",
"rimraf": "^6.0.1",
"typescript": "~5.6.3",
"typescript-eslint": "^8.61.0"
},
"dependencies": {
"@vates/async-each": "^1.0.3",
"@vates/task": "^0.7.0",
"@vates/types": "^2.0.1",
"@xen-orchestra/acl": "^1.6.1",
"@xen-orchestra/backups": "^0.74.2",
"@xen-orchestra/log": "^0.7.2",
"@xen-orchestra/qcow2": "^1.3.1",
"@xen-orchestra/xapi": "^8.10.5",
"complex-matcher": "^1.1.1",
"golike-defer": "^0.5.1",
"inversify": "^6.2.2",
"inversify-binding-decorators": "^4.0.0",
"lodash": "^4.18.0",
"promise-toolbox": "^0.21.0",
"semver": "^7.7.2",
"swagger-ui-express": "^5.0.1",
"tsoa": "^6.6.0",
"value-matcher": "^0.2.0",
"vhd-lib": "^4.16.1",
"xo-common": "^0.11.0",
"xo-remote-parser": "^0.10.1",
"zod": "^4.3.6",
"zod-openapi": "^5.4.6"
},
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
"directory": "@xen-orchestra/rest-api",
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
}
}