mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
* Update dependency prettier to v2 * feat: attempt to use prettier top level Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: guilhermer <guilherme.ribeiro@adyen.com>
28 lines
611 B
JSON
28 lines
611 B
JSON
{
|
|
"name": "@adyen/adyen-web-server",
|
|
"private": true,
|
|
"keywords": [
|
|
"adyen",
|
|
"adyen-web",
|
|
"checkout",
|
|
"payment",
|
|
"payments",
|
|
"components"
|
|
],
|
|
"main": "index.js",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"homepage": "https://docs.adyen.com/checkout",
|
|
"repository": "github:Adyen/adyen-web",
|
|
"bugs": {
|
|
"url": "https://support.adyen.com/"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"request": "^2.81.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|