Files
Xen-Orchestra-xen-orchestra…/@xen-orchestra/rest-api/package.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"
}
}