UNPKG

netopia-card

Version:
41 lines (40 loc) 837 B
{ "name": "netopia-card", "version": "2.1.3", "description": "Improved Netopia card gateway library", "main": "index.js", "types": "index.d.ts", "files": [ "functions", "index.d.ts", "index.js", "middlewares" ], "scripts": { "test": "jest" }, "keywords": [ "netopia", "mobilpay", "card", "payment", "gateway" ], "repository": { "type": "git", "url": "git+https://github.com/chesscoders/netopia-card.git" }, "author": "Mihai-Nicolae Dulgheru <mihai.dulgheru18@gmail.com>", "license": "MIT", "homepage": "https://github.com/chesscoders/netopia-card#readme", "dependencies": { "axios": "^1.8.4", "dotenv": "^16.4.5" }, "devDependencies": { "eslint": "^9.6.0", "jest": "^29.7.0", "prettier": "^3.3.2", "typescript": "^5.5.3" } }