mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases) - [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v6.0.2...v6.1.0) Signed-off-by: dependabot[bot] <support@github.com>
30 lines
1.1 KiB
JSON
30 lines
1.1 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\"",
|
|
"start:fast": "concurrently --kill-others-on-fail \"yarn workspace @adyen/adyen-web start:fast\" \"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"
|
|
},
|
|
"dependencies": {
|
|
"concurrently": "^6.1.0"
|
|
}
|
|
}
|