Files
adyen-web/packages/e2e/package.json
github-actions[bot] ff8fb6fc0e [ci] release main (#2439)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-20 10:56:08 +01:00

47 lines
1.5 KiB
JSON

{
"name": "@adyen/adyen-web-e2e",
"private": true,
"keywords": [
"adyen",
"adyen-web",
"checkout",
"payment",
"payments",
"components"
],
"version": "1.0.0",
"license": "MIT",
"homepage": "https://docs.adyen.com/checkout",
"repository": "github:Adyen/adyen-web",
"bugs": {
"url": "https://support.adyen.com/"
},
"scripts": {
"start": "npm run dev-server",
"dev-server": "cross-env NODE_ENV=test webpack-dev-server --config app/config/webpack.config.js",
"test:e2e": "concurrently --kill-others --success first --names \"app,e2e\" \"npm run start\" \"node tests/index.js\"",
"test:e2e-remote": "concurrently --kill-others --success first --names \"app,e2e\" \"npm run start\" \"node tests/index.js --remote\""
},
"devDependencies": {
"@adyen/adyen-web-server": "1.0.0",
"concurrently": "8.2.2",
"cross-env": "^7.0.3",
"css-loader": "^6.0.0",
"dotenv": "^16.0.3",
"html-webpack-plugin": "5.5.1",
"sass-loader": "^10.2.0",
"source-map-loader": "^1.1.3",
"style-loader": "^2.0.0",
"testcafe": "^2.2.0",
"ts-loader": "^8.1.0",
"typescript": "^4.4.4",
"webpack": "5.81.0",
"webpack-cli": "5.0.2",
"webpack-dev-server": "4.13.3",
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@adyen/adyen-web": "5.53.3"
}
}