UNPKG

@busha/ramp-web-sdk

Version:

Official Busha Ramp Web SDK for integrating cryptocurrency on-ramp functionality into web applications

73 lines (72 loc) 1.89 kB
{ "name": "@busha/ramp-web-sdk", "version": "0.1.2", "description": "Official Busha Ramp Web SDK for integrating cryptocurrency on-ramp functionality into web applications", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "keywords": [ "busha", "ramp", "cryptocurrency", "on-ramp", "web-sdk", "typescript", "react" ], "author": "Busha", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/bushaHQ/ramp-web-sdk.git" }, "homepage": "https://github.com/bushaHQ/ramp-web-sdk#readme", "bugs": { "url": "https://github.com/bushaHQ/ramp-web-sdk/issues" }, "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "release": "npm version patch && git push origin main && git push origin --tags" }, "dependencies": { "@tailwindcss/vite": "^4.1.4", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwindcss": "^4.1.4", "yup": "^1.6.1" }, "devDependencies": { "@eslint/js": "^9.22.0", "@types/node": "^22.15.2", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react-swc": "^3.8.0", "@vitest/browser": "^3.1.2", "eslint": "^9.22.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "playwright": "^1.52.0", "typescript": "~5.7.2", "typescript-eslint": "^8.26.1", "vite": "^6.3.1", "vitest": "^3.1.2" }, "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" }