Files
sencho/package.json
T
sencho-quartermaster[bot] b6b154cb99 chore(main): release 0.67.1 (#885)
Co-authored-by: sencho-quartermaster[bot] <275163604+sencho-quartermaster[bot]@users.noreply.github.com>
2026-05-02 16:51:35 -04:00

32 lines
914 B
JSON

{
"name": "sencho",
"version": "0.67.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",
"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",
"bugs": {
"url": "https://github.com/studio-saelix/sencho/issues"
},
"homepage": "https://github.com/studio-saelix/sencho#readme",
"devDependencies": {
"@commitlint/cli": "^20.5.3",
"@commitlint/config-conventional": "^20.5.3",
"@playwright/test": "^1.59.1",
"husky": "^9.1.7",
"otplib": "^13.4.0"
}
}