UNPKG

@trap_stevo/merchtide

Version:

Empowering the future of digital commerce, this API delivers the ultimate solution for building and managing online superstores. Seamlessly integrating product management, payment processing, and order tracking, it offers unmatched flexibility and scalabi

59 lines (58 loc) 2.29 kB
{ "name": "@trap_stevo/merchtide", "description": "Empowering the future of digital commerce, this API delivers the ultimate solution for building and managing online superstores. Seamlessly integrating product management, payment processing, and order tracking, it offers unmatched flexibility and scalability for businesses of all sizes. Effortlessly launch dynamic digital storefronts, streamline payment workflows, and create a fully customizable shopping experience—all with real-time synchronization and robust multi-core payment support. Whether managing a small business or a large-scale enterprise, MerchTide transforms the way you connect products, customers, and payments.", "version": "0.0.20", "main": "./dist/cjs/MerchTide.js", "exports": { ".": { "require": "./dist/cjs/MerchTide.js" } }, "scripts": { "build:cjs": "babel src --out-dir dist/cjs --plugins=@babel/plugin-transform-modules-commonjs && cpx \"src/**/*.{png,jpg,jpeg,gif,svg,html}\" dist/cjs", "build:esm": "cp -r src dist/esm", "build": "npm run build:cjs && npm run build:esm", "start-one-time-payment": "node ./demos/oneTimePaymentDemo.js", "start-subscription": "node ./demos/subscriptionDemo.js", "start": "node ./dist/cjs/MerchTide.js" }, "keywords": [ "Legendary", "Enlightened", "Steven Compton", "Magical", "e-commerce", "digital commerce", "online store", "superstore management", "product management", "payment processing", "order tracking", "digital storefront", "customizable shopping experience", "real-time synchronization", "scalable e-commerce solutions", "multi-core payment support", "online business tools", "MerchTide", "API for businesses", "digital retail", "payment workflows", "enterprise e-commerce", "shopping cart API", "product-customer integration" ], "author": "Steven Compton", "license": "See License in LICENSE.md", "dependencies": { "paypal-rest-sdk": "^1.8.1", "stripe": "^17.5.0" }, "devDependencies": { "@babel/cli": "^7.24.7", "@babel/core": "^7.24.7", "@babel/plugin-transform-modules-commonjs": "^7.24.7", "@babel/preset-env": "^7.24.7", "babel-plugin-file-loader": "^2.0.0" } }