mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
45 lines
1.6 KiB
JSON
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": "2.8.8"
|
|
}
|
|
}
|