Files
adyen-web/package.json
2021-05-10 04:18:24 +00:00

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"
}
}