@montarist/nestpay-api-v2
Version:
Unofficial comprehensive TypeScript API client for Nestpay payment gateway with 3D Secure support
59 lines (58 loc) • 1.38 kB
JSON
{
"name": "@montarist/nestpay-api-v2",
"version": "1.0.25",
"description": "Unofficial comprehensive TypeScript API client for Nestpay payment gateway with 3D Secure support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"prepublishOnly": "npm run build && npm version patch"
},
"keywords": [
"nestpay",
"payment",
"gateway",
"3d-secure",
"turkish-banks",
"pos",
"api",
"typescript"
],
"author": "Montarist",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/montarist/nestpay-api-v2.git"
},
"bugs": {
"url": "https://github.com/montarist/nestpay-api-v2/issues"
},
"homepage": "https://github.com/montarist/nestpay-api-v2#readme",
"dependencies": {
"axios": "^1.7.9",
"uuid": "^11.0.4",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.0.0",
"jest": "^29.7.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
}
}