mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
},
|
|
"main": "dist/index.mjs",
|
|
"name": "@xen-orchestra/acl",
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/acl",
|
|
"version": "1.2.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"private": false,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">= 20.18"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && node scripts/generate-types.mjs",
|
|
"clean": "rimraf dist/",
|
|
"dev": "tsc --watch",
|
|
"postversion": "npm publish --access public",
|
|
"test": "npm run build && node --test ./dist/**/*.test.mjs",
|
|
"prebuild": "npm run clean",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.19.0",
|
|
"@vates/types": "^1.26.0",
|
|
"rimraf": "^6.0.1",
|
|
"typescript": "~5.6",
|
|
"typescript-eslint": "^8.61.0"
|
|
},
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@xen-orchestra/acl",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"dependencies": {
|
|
"complex-matcher": "^1.0.0"
|
|
}
|
|
}
|