mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
40 lines
1015 B
JSON
40 lines
1015 B
JSON
{
|
|
"name": "@xen-orchestra/disk-transform",
|
|
"version": "1.3.0",
|
|
"main": "./dist/index.mjs",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.19.0",
|
|
"rimraf": "^6.0.1",
|
|
"@types/node": "^22.3.0",
|
|
"typescript": "~5.6",
|
|
"typescript-eslint": "^8.61.0"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"postversion": "npm publish --access public",
|
|
"test": "tsc && node --test **/*.test.mjs",
|
|
"clean": "rimraf dist/"
|
|
},
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/disk-transform",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@xen-orchestra/disk-transform",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.17"
|
|
},
|
|
"dependencies": {
|
|
"@vates/generator-toolbox": "^1.1.2"
|
|
}
|
|
}
|