Files
sencho/package.json
T
dependabot[bot] 465890bcac chore(deps-dev): bump @playwright/test in the all-npm-root group (#1385)
Bumps the all-npm-root group with 1 update: [@playwright/test](https://github.com/microsoft/playwright).


Updates `@playwright/test` from 1.60.0 to 1.61.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.60.0...v1.61.0)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-version: 1.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-root
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-17 13:25:55 -04:00

35 lines
957 B
JSON

{
"name": "sencho",
"version": "0.91.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",
"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.61.0",
"husky": "^9.1.7",
"otplib": "^13.4.1"
}
}