unipayconnect
Version:
<!-- **unipayconnect/unipayconnect** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.
54 lines (53 loc) • 1.49 kB
JSON
{
"name": "unipayconnect-api-service",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"start": "nodemon src/index.js",
"test": "jest"
},
"keywords": [
"payment integration",
"Stripe",
"PayPal",
"Razorpay",
"checkout",
"unified payment gateway",
"payment integration",
"unified payment gateway",
"Stripe integration",
"PayPal integration",
"Razorpay integration",
"multi-provider checkout",
"Node.js payment gateway",
"JavaScript payment library",
"multi-currency payment processing",
"payment API",
"ecommerce checkout solution",
"unified payment solution",
"payment SDK",
"developer-friendly payment library",
"secure checkout with Stripe, PayPal, Razorpay"
],
"author": "Avanishdev",
"license": "MIT",
"description": "Simplify payment gateway integration with Stripe, PayPal, and Razorpay using UnipayConnect. A unified and developer-friendly solution for secure payments.",
"_moduleAliases": {
"@core": "../../packages/core/src",
"@api": "../../packages/api/src",
"@client": "../../packages/client/src"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"mongoose": "^8.5.3"
},
"devDependencies": {
"jest": "^29.7.0",
"module-alias": "^2.2.3",
"ngrok": "^5.0.0-beta.2",
"nodemon": "^3.1.4",
"supertest": "^7.0.0"
}
}