UNPKG

@payunit/nodejs-sdk

Version:

PayUnit Payment Processor SDK

67 lines (66 loc) 1.78 kB
{ "name": "@payunit/nodejs-sdk", "version": "1.1.4", "description": "PayUnit Payment Processor SDK", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "type-check": "tsc --noEmit", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "format": "prettier --write \"**/*.{ts,js,json,md}\"", "prepublishOnly": "npm run build && npm run type-check && npm run lint", "beforePublish": "npm run build && npm run type-check && npm test && npm run format && npm run lint:fix", "semantic-release": "semantic-release" }, "repository": { "type": "git", "url": "" }, "keywords": [ "payment", "sdk", "collections", "disbursement", "invoice", "checkout" ], "author": "", "license": "ISC", "publishConfig": { "access": "public" }, "files": [ "dist" ], "dependencies": { "@types/joi": "^17.2.2", "axios": "^1.6.5", "joi": "^17.13.3" }, "devDependencies": { "@babel/core": "^7.23.0", "@babel/plugin-transform-typescript": "^7.23.0", "@babel/preset-env": "^7.22.20", "@babel/preset-typescript": "^7.22.15", "@semantic-release/git": "^10.0.1", "@semantic-release/gitlab": "^13.2.5", "@semantic-release/npm": "^12.0.1", "@types/jest": "^29.5.14", "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "dotenv": "^16.5.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", "prettier": "^3.2.5", "semantic-release": "^24.2.5", "ts-jest": "^29.3.4", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }