mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-27 20:29:10 +00:00
c084836baa
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>
27 lines
610 B
JSON
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"
|
|
}
|
|
}
|