UNPKG

@lalit.fullstackdev/stripe-wrapper

Version:

Simplified Stripe wrapper for Node.js with payments, subscriptions, invoices, products, webhooks, and mobile integration

23 lines (22 loc) 672 B
{ "name": "@lalit.fullstackdev/stripe-wrapper", "version": "1.1.0", "description": "Simplified Stripe wrapper for Node.js with payments, subscriptions, invoices, products, webhooks, and mobile integration", "main": "src/StripeWrapper.js", "type": "module", "scripts": { "test": "mocha test/**/*.test.js --timeout 10000" }, "keywords": ["stripe", "payments", "subscriptions", "invoices", "products", "webhooks", "wrapper", "mobile"], "author": "Your Name", "license": "MIT", "dependencies": { "express": "^4.19.2", "stripe": "^18.5.0", "dotenv": "^16.4.5" }, "devDependencies": { "mocha": "^10.2.0", "chai": "^4.3.7" } }