UNPKG

pix-qrcode

Version:

Library that allows to generate BCB Pix payment BR codes.

39 lines (38 loc) 892 B
{ "name": "pix-qrcode", "version": "1.0.0", "description": "Library that allows to generate BCB Pix payment BR codes.", "main": "lib/index.js", "scripts": { "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/rafaellaurindo/pix-qrcode.git" }, "keywords": [ "pix", "bcb", "payment", "qrcode" ], "author": { "name": "Rafael Laurindo", "email": "eu@rafaellaurindo.dev", "url": "https://rafaellaurindo.dev/" }, "license": "MIT", "bugs": { "url": "https://github.com/rafaellaurindo/pix-qrcode/issues" }, "homepage": "https://github.com/rafaellaurindo/pix-qrcode#readme", "devDependencies": { "@types/node": "^14.14.25", "@types/qrcode": "^1.3.5", "ts-node": "^9.1.1", "typescript": "^4.1.3" }, "dependencies": { "qrcode": "^1.4.4" } }