Files
sencho/package.json
T
sencho-quartermaster[bot] 05713f3673 chore(main): release 0.98.0
2026-09-03 20:22:25 +00:00

40 lines
1.2 KiB
JSON

{
"name": "sencho",
"version": "0.98.0",
"description": "Self-hosted Docker Compose management dashboard with fleet control, atomic deployments, and self-healing infrastructure.",
"main": "index.js",
"scripts": {
"test": "cd backend && npm test",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"matrix:render": "cd backend && npm run matrix:render",
"catalog:validate": "node scripts/website-catalog/canonical-validate.mjs",
"catalog:sync": "node scripts/website-catalog/sync-feature-catalog.mjs",
"catalog:drift": "node scripts/website-catalog/check-website-drift.mjs",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/studio-saelix/sencho.git"
},
"keywords": [],
"author": "Studio Saelix",
"license": "AGPL-3.0-only",
"type": "commonjs",
"engines": {
"node": ">=26.0.0"
},
"bugs": {
"url": "https://github.com/studio-saelix/sencho/issues"
},
"homepage": "https://github.com/studio-saelix/sencho#readme",
"devDependencies": {
"@commitlint/cli": "^21.2.2",
"@commitlint/config-conventional": "^21.0.2",
"@playwright/test": "^1.62.1",
"husky": "^9.1.7",
"js-yaml": "^5.4.1",
"otplib": "^13.5.0"
}
}