wonder-payment
Version:
A lightweight and customizable wonder component for secure and user-friendly credit card input in payment forms.
61 lines (60 loc) • 1.25 kB
JSON
{
"name": "wonder-payment",
"version": "1.2.7",
"description": "A lightweight and customizable wonder component for secure and user-friendly credit card input in payment forms.",
"type": "module",
"main": "dist/index.js",
"files": [
"dist",
"dist/index.css"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"scripts": {
"clean": "rimraf dist",
"prebuild": "npm run clean",
"build": "tsup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jureperak/wonder-payments.git"
},
"keywords": [
"payment",
"credit",
"card",
"secure",
"checkout",
"credit",
"card",
"input",
"payment",
"form",
"card",
"number",
"CVV",
"expiration",
"date",
"transaction",
"fintech"
],
"author": "Jure Perak",
"license": "ISC",
"bugs": {
"url": "https://github.com/jureperak/wonder-payments/issues"
},
"homepage": "https://github.com/jureperak/wonder-payments#readme",
"devDependencies": {
"@types/node": "^22.13.13",
"tsup": "^8.3.6",
"typescript": "^5.7.3"
},
"dependencies": {
"@adyen/adyen-web": "^6.8.0",
"rimraf": "^6.0.1"
}
}