pix-react
Version:
QRCode para pagamento PIX / QRCode for Brazilian PIX payment
48 lines (47 loc) • 1.31 kB
JSON
{
"name": "pix-react",
"version": "1.0.4",
"description": "QRCode para pagamento PIX / QRCode for Brazilian PIX payment",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p .",
"lint": "npx eslint --ext ts,tsx .",
"lint-fix": "npx eslint --ext ts,tsx . --fix",
"test": "jest",
"prepublish": "npm test ; npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teintinu/pix-react.git"
},
"keywords": [
"PIX"
],
"author": "JoseFernandoTolentino@gmail.com",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/teintinu/pix-react/issues"
},
"homepage": "https://github.com/teintinu/pix-react#readme",
"devDependencies": {
"@types/jest": "^28.1.4",
"@types/node": "^18.0.3",
"@types/polycrc": "^0.1.0",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^18.0.15",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0",
"jest": "^28.1.2",
"react-test-renderer": "^18.2.0",
"ts-jest": "^28.0.5",
"typescript": "^4.7.4"
},
"dependencies": {
"polycrc": "^1.1.1",
"qrcode.react": "^3.1.0",
"react": ">=18.2"
}
}