UNPKG

dinger-merchant-pay-api

Version:
48 lines (47 loc) 1.1 kB
{ "name": "dinger-merchant-pay-api", "version": "2.1.8", "description": "Dinger Merchant Pay API", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js", "types": "./dist/esm/index.d.ts" } }, "repository": { "type": "git", "url": "git+https://github.com/nawing/Dinger-Merchant-Pay-API.git" }, "keywords": [ "Dinger", "KBZPay", "AYAPay", "UAB", "Visa", "Master" ], "author": "Naw Ing", "license": "ISC", "bugs": { "url": "https://github.com/nawing/Dinger-Merchant-Pay-API/issues" }, "homepage": "https://github.com/nawing/Dinger-Merchant-Pay-API#readme", "scripts": { "build": "npm run clean && tsc && tsc -p tsconfig.cjs.json", "clean": "rm -rf dist", "dev": "tsc --watch" }, "dependencies": { "aes-ecb": "^1.3.15", "node-rsa": "^1.1.1" }, "devDependencies": { "chai": "^4.3.4", "typescript": "^5.9.3", "@types/node": "^20.10.6" } }