mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-09-02 13:48:03 +00:00
4eafe80975
Bumps the all-npm-root group with 2 updates in the / directory: [js-yaml](https://github.com/nodeca/js-yaml) and [otplib](https://github.com/yeojz/otplib/tree/HEAD/packages/otplib). Updates `js-yaml` from 4.3.1 to 5.4.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.3.1...5.4.1) Updates `otplib` from 13.4.1 to 13.5.0 - [Release notes](https://github.com/yeojz/otplib/releases) - [Commits](https://github.com/yeojz/otplib/commits/v13.5.0/packages/otplib) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.4.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-npm-root - dependency-name: otplib dependency-version: 13.5.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>
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "sencho",
|
|
"version": "0.97.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",
|
|
"catalog:validate": "node scripts/website-catalog/canonical-validate.mjs",
|
|
"catalog:sync": "node scripts/website-catalog/sync-feature-catalog.mjs",
|
|
"catalog:drift": "node scripts/website-catalog/check-website-drift.mjs",
|
|
"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.2",
|
|
"@commitlint/config-conventional": "^21.0.2",
|
|
"@playwright/test": "^1.62.1",
|
|
"husky": "^9.1.7",
|
|
"js-yaml": "^5.4.1",
|
|
"otplib": "^13.5.0"
|
|
}
|
|
}
|