@brahmafi/cards-sdk
Version:
Official SDK for integrating Swype payment and credit services
62 lines (61 loc) • 1.63 kB
JSON
{
"name": "@brahmafi/cards-sdk",
"version": "1.0.60",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "concurrently \"tsup --watch\" \"npx tailwindcss -i src/styles.css -o dist/styles.css --postcss --minify --watch\"",
"build": "tsup",
"build:css": "npx tailwindcss -i src/styles.css -o dist/styles.css --postcss --minify",
"build:all": "npm run build && npm run build:css",
"prepublishOnly": "npm run build:all"
},
"keywords": [
"swype",
"sdk",
"payment",
"defi",
"crypto",
"kyc",
"credit",
"react"
],
"author": "Swype Team",
"license": "ISC",
"description": "Official SDK for integrating Swype payment and credit services",
"repository": {
"type": "git",
"url": "https://github.com/Brahma-fi/brahma-cards-sdk"
},
"homepage": "https://swype.fun",
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@types/node-forge": "^1.3.11",
"@types/react": "^19.1.7",
"autoprefixer": "^10.4.21",
"concurrently": "^9.1.2",
"postcss": "^8.5.4",
"postcss-prefixwrap": "^1.55.0",
"tailwindcss": "^3.4.17",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.2",
"@sumsub/websdk-react": "^2.3.17",
"axios": "^1.9.0",
"framer-motion": "^12.16.0",
"node-forge": "^1.3.1",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"uuid": "^11.1.0",
"zustand": "^5.0.5"
}
}