Files
sencho/package.json
T
dependabot[bot] c084836baa chore(deps-dev): bump @playwright/test from 1.58.2 to 1.59.1 (#300)
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.58.2 to 1.59.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.58.2...v1.59.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-version: 1.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-01 17:10:19 -04:00

27 lines
610 B
JSON

{
"name": "sencho",
"version": "0.24.0",
"description": "",
"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/AnsoCode/Sencho.git"
},
"keywords": [],
"author": "",
"license": "SEE LICENSE IN LICENSE",
"type": "commonjs",
"bugs": {
"url": "https://github.com/AnsoCode/Sencho/issues"
},
"homepage": "https://github.com/AnsoCode/Sencho#readme",
"devDependencies": {
"@playwright/test": "^1.59.1"
}
}