UNPKG

@togtokh.dev/tokipay

Version:

tokipay is a library for qpay payment gateway. It is a wrapper for axios and https module. It is a simple and easy-to-use library for tokipay payment gateway. It is a wrapper for axios and https module. It is a simple and easy-to-use library for tokipay p

49 lines (48 loc) 1.51 kB
{ "name": "@togtokh.dev/tokipay", "version": "0.0.5", "description": "tokipay is a library for qpay payment gateway. It is a wrapper for axios and https module. It is a simple and easy-to-use library for tokipay payment gateway. It is a wrapper for axios and https module. It is a simple and easy-to-use library for tokipay payment gateway api", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/", "types/" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build-ts": "rm -rf ./dist && npx tsc", "build": "npx tsc", "debug": "npm run build && npm run watch-debug", "lint": "tsc --noEmit && eslint \"**/*.{js,ts}\" --quiet --fix" }, "repository": { "type": "git", "url": "git+https://gitlab.com/togtokh-dev/library/payment/qpay.git" }, "keywords": [ "qpay", "axios", "togtokh.dev" ], "author": "TOGTOKH.DEV", "license": "ISC", "bugs": { "url": "https://gitlab.com/togtokh-dev/library/payment/qpay/issues" }, "homepage": "https://gitlab.com/togtokh-dev/library/payment/qpay/#readme", "dependencies": { "axios": "^1.6.7", "https": "^1.0.0", "ts-node": "^10.9.2", "typescript": "^5.0.4" }, "devDependencies": { "@types/node": "^18.15.11", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", "eslint": "^8.47.0" }, "publishConfig": { "access": "public" } }