Files
adyen-web/package.json
dependabot[bot] 6377fe32ad Bump concurrently from 7.4.0 to 7.6.0 (#1852)
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.4.0 to 7.6.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.4.0...v7.6.0)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-23 07:20:45 -03:00

32 lines
1.0 KiB
JSON

{
"name": "@adyen/adyen-web-main",
"keywords": [
"adyen",
"adyen-web",
"checkout",
"payment",
"payments",
"components"
],
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"start": "concurrently --kill-others-on-fail \"yarn workspace @adyen/adyen-web start\" \"yarn workspace @adyen/adyen-web-playground start\" --names \"lib,playground\"",
"build": "yarn workspace @adyen/adyen-web build",
"lint": "yarn workspace @adyen/adyen-web lint",
"test": "yarn workspace @adyen/adyen-web test",
"test:watch": "yarn workspace @adyen/adyen-web test:watch",
"test:coverage": "yarn workspace @adyen/adyen-web test:coverage",
"test:e2e": "yarn build && yarn workspace @adyen/adyen-web-e2e test:e2e",
"type-check": "yarn workspace @adyen/adyen-web type-check"
},
"resolutions": {
"**/regenerator-runtime": "^0.13.9"
},
"dependencies": {
"concurrently": "^7.6.0"
}
}