Files
sencho/package.json
T
SaelixCode 2c85bc7219 Merge branch 'main' of https://github.com/AnsoCode/Sencho
# Conflicts:
#	package.json
2026-04-29 09:28:43 -04:00

27 lines
782 B
JSON

{
"name": "sencho",
"version": "0.65.1",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/studio-saelix/sencho.git"
},
"keywords": [],
"author": "Studio Saelix",
"license": "SEE LICENSE IN LICENSE",
"type": "commonjs",
"bugs": {
"url": "https://github.com/studio-saelix/sencho/issues"
},
"homepage": "https://github.com/studio-saelix/sencho#readme",
"devDependencies": {
"@playwright/test": "^1.59.1",
"otplib": "^13.4.0"
}
}