mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +00:00
579e672e24
Co-authored-by: sencho-quartermaster[bot] <275163604+sencho-quartermaster[bot]@users.noreply.github.com>
35 lines
957 B
JSON
35 lines
957 B
JSON
{
|
|
"name": "sencho",
|
|
"version": "0.86.5",
|
|
"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.1",
|
|
"@commitlint/config-conventional": "^21.0.1",
|
|
"@playwright/test": "^1.60.0",
|
|
"husky": "^9.1.7",
|
|
"otplib": "^13.4.0"
|
|
}
|
|
}
|