emvqr
Version:
help to work with emv qr code specification for digital payments
21 lines (20 loc) • 412 B
JSON
{
"name": "emvqr",
"version": "0.0.5",
"description": "help to work with emv qr code specification for digital payments",
"main": "index.js",
"scripts": {
"test": "jest test/ --coverage"
},
"author": "dannielwhatever",
"repository": "github:dannielwhatever/emvqr",
"license": "ISC",
"keywords": [
"emv",
"qr",
"payment"
],
"devDependencies": {
"jest": "^26.4.2"
}
}