UNPKG

paynow-decoder

Version:

A decoder for PayNow QR codes and payment information

48 lines (47 loc) 1.19 kB
{ "name": "paynow-decoder", "version": "1.0.3", "description": "A decoder for PayNow QR codes and payment information", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "lint": "eslint src/**/*.ts", "format": "prettier --write \"src/**/*.ts\"", "prepublishOnly": "npm run build && npm run test && npm run lint" }, "keywords": [ "paynow", "singapore", "payment", "qr", "decoder" ], "author": "Dat Nguyen", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/tandat2209/paynow-decoder.git" }, "bugs": { "url": "https://github.com/tandat2209/paynow-decoder/issues" }, "homepage": "https://github.com/tandat2209/paynow-decoder#readme", "files": [ "dist" ], "devDependencies": { "@eslint/js": "^9.15.0", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.2.1", "@typescript-eslint/parser": "^6.2.1", "eslint": "^8.57.1", "globals": "^15.12.0", "jest": "^29.6.2", "prettier": "^3.0.1", "ts-jest": "^29.1.1", "typescript": "^5.1.6", "typescript-eslint": "^8.16.0" } }