@craynic/qr-platba
Version:
Library to work with Czech QR payments
59 lines (58 loc) • 1.53 kB
JSON
{
"name": "@craynic/qr-platba",
"version": "2.0.0",
"description": "Library to work with Czech QR payments",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint src/",
"prepare": "yarn build",
"prepublishOnly": "yarn test && yarn lint",
"preversion": "yarn lint",
"version": "yarn format && git add -A src/",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/craynic.com/npmjs/czech-qr-platba.git"
},
"keywords": [
"Czech",
"CZ",
"QR",
"QR platba"
],
"author": "Craynic, s.r.o.",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/craynic.com/npmjs/czech-qr-platba/issues"
},
"homepage": "https://gitlab.com/craynic.com/npmjs/czech-qr-platba#readme",
"devDependencies": {
"@types/dinero.js": "^1.9.0",
"@types/jest": "^29.5.1",
"@types/lodash": "^4.14.194",
"@types/qrcode": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"concurrently": "^8.0.1",
"eslint": "^8.38.0",
"jest": "^29.5.0",
"prettier": "^2.8.7",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"files": [
"lib/**/*"
],
"dependencies": {
"crc": "^4.3.2",
"dinero.js": "^1.9.1",
"ibantools": "^4.3.2",
"lodash": "^4.17.21",
"qrcode": "^1.5.3"
}
}