analytics/tracker/package.json
dependabot[bot] 85c9771d11
Bump @playwright/test from 1.40.1 to 1.41.1 in /tracker (#3744)
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.40.1 to 1.41.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.40.1...v1.41.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:production
  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>
2024-02-01 08:09:34 +01:00

20 lines
482 B
JSON

{
"scripts": {
"deploy": "node compile.js",
"test": "npm run deploy && npx playwright test --config=./test/support/playwright.config.js",
"start": "node test/support/server.js"
},
"license": "MIT",
"dependencies": {
"@playwright/test": "^1.41.1",
"express": "^4.18.1",
"generatorics": "^1.1.0",
"handlebars": "^4.7.8",
"uglify-js": "^3.9.4"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-playwright": "^0.20.0"
}
}