Files
sencho/package.json
T
sencho-quartermaster[bot] 1f859d26d2 chore(main): release 0.89.0 (#1308)
Co-authored-by: sencho-quartermaster[bot] <275163604+sencho-quartermaster[bot]@users.noreply.github.com>
Co-authored-by: Anso <dev@saelix.com>
2026-06-04 23:16:00 -04:00

35 lines
957 B
JSON

{
"name": "sencho",
"version": "0.89.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",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/studio-saelix/sencho.git"
},
"keywords": [],
"author": "Studio Saelix",
"license": "SEE LICENSE IN LICENSE",
"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.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@playwright/test": "^1.60.0",
"husky": "^9.1.7",
"otplib": "^13.4.1"
}
}