Files
adyen-web/package.json
renovate[bot] 211c55f4df chore(deps): update dependency prettier to v3 (#2484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-11 08:11:11 -03:00

45 lines
1.6 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:storybook": "yarn workspace @adyen/adyen-web start:storybook",
"build": "yarn workspace @adyen/adyen-web build",
"format": "yarn workspace @adyen/adyen-web format",
"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-playwright test:headless",
"test:e2e-testcafe": "yarn build && yarn workspace @adyen/adyen-web-e2e test:e2e",
"type-check": "yarn workspace @adyen/adyen-web type-check",
"prepare": "yarn workspace @adyen/adyen-web prepare",
"changeset": "changeset",
"version": "changeset version"
},
"resolutions": {
"**/regenerator-runtime": "^0.13.9"
},
"dependencies": {
"concurrently": "8.2.2"
},
"devDependencies": {
"@adyen/adyen-web-server": "1.0.0",
"@changesets/cli": "^2.26.1",
"@changesets/get-github-info": "^0.5.2",
"dotenv": "^16.0.3",
"prettier": "3.1.1"
}
}