@fenil265/fundly-payment-sdk
Version:
Fundly Payment SDK for seamless integration with Fundly Pay systems.
71 lines (70 loc) • 1.92 kB
JSON
{
"name": "@fenil265/fundly-payment-sdk",
"version": "2.1.110-beta.1",
"description": "Fundly Payment SDK for seamless integration with Fundly Pay systems.",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./dist/fundly-payment-sdk.css": "./dist/fundly-payment-sdk.css",
"./css": "./dist/fundly-payment-sdk.css"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"fundly",
"payment",
"sdk",
"integration",
"react",
"typescript"
],
"author": "Fundly Developers",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fundly/payment-sdk"
},
"scripts": {
"dev": "vite",
"build": "vite build && tsc -p tsconfig.lib.json && node scripts/post-build.js",
"lint": "eslint .",
"preview": "vite preview",
"prepublishOnly": "npm run build"
},
"dependencies": {
"clevertap-web-sdk": "^2.3.0",
"html2canvas": "^1.4.1"
},
"peerDependencies": {
"@lottiefiles/dotlottie-react": "^0.16.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@lottiefiles/dotlottie-react": "^0.16.1",
"@tailwindcss/vite": "^4.1.13",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwindcss": "^4.1.13",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2"
}
}