UNPKG

attqr

Version:

ATTQR Encode/Decode [VietQR & VNPAY-QR]

61 lines (60 loc) 1.49 kB
{ "name": "attqr", "version": "2.1.0", "description": "ATTQR Encode/Decode [VietQR & VNPAY-QR]", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rimraf dist && tsc -p tsconfig.build.json", "lint": "eslint --ext .ts .", "release": "yarn build && yarn publish", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/yakunatt/attqr.git" }, "keywords": [ "attqr", "vietqr", "vnpayqr", "napas", "napas247", "qrpay" ], "author": "yakunatt <yakun@attcloud.org>", "license": "MIT", "bugs": { "url": "https://github.com/yakunatt/attqr/issues" }, "homepage": "https://github.com/yakunatt/attqr#readme", "files": [ "dist" ], "devDependencies": { "@types/jest": "^28.1.3", "@typescript-eslint/eslint-plugin": "^6.7.2", "@typescript-eslint/parser": "^6.7.2", "eslint": "^8.57.1", "jest": "^28.1.3", "qrto": "^0.0.3", "rimraf": "^6.0.1", "ts-jest": "^28.0.5", "ts-node": "^10.8.1", "typescript": "^4.9.5" }, "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": "./", "testRegex": ".*\\.spec\\.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "testEnvironment": "node" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }