UNPKG

react-girocode

Version:

A react component for displaying an EPC-QR-Code

45 lines (44 loc) 1.04 kB
{ "name": "react-girocode", "version": "2.0.1", "description": "A react component for displaying an EPC-QR-Code", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "prepublishOnly": "npm test", "postversion": "git push", "test": "jest" }, "author": "Jonas Hönisch", "license": "MIT", "keywords": [ "girocode", "react", "qr", "epc-qr-code" ], "files": [ "lib/**/*" ], "repository": { "type": "git", "url": "git+https://github.com/jonashoen/react-girocode.git" }, "dependencies": { "ibantools": "^4.3.3", "react": "^19.1.0", "react-qr-code": "^2.0.11" }, "devDependencies": { "@testing-library/jest-dom": "^6.4.6", "@testing-library/react": "^16.0.0", "@types/jest": "^30.0.0", "@types/react": "^19.1.8", "jest": "^30.0.3", "jest-environment-jsdom": "^30.0.2", "ts-jest": "^29.1.0", "typescript": "^5.1.3" } }