mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 20:00:08 +00:00
9b3f5c5a90
* docs: relicense Sencho to AGPLv3 and reframe Community positioning Replace BSL with AGPLv3 for the public Community product, update contributor and licensing copy for Community-focused contributions, and surface source and license links in Settings About. * docs: clarify CLA scope and Community contribution framing * fix(ui): split About link constants and harden AboutSection test selectors
35 lines
948 B
JSON
35 lines
948 B
JSON
{
|
|
"name": "sencho",
|
|
"version": "0.95.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": "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.1",
|
|
"@commitlint/config-conventional": "^21.0.2",
|
|
"@playwright/test": "^1.61.1",
|
|
"husky": "^9.1.7",
|
|
"otplib": "^13.4.1"
|
|
}
|
|
}
|