@coin-voyage/paykit
Version:
Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.
91 lines • 2.17 kB
JSON
{
"name": "@coin-voyage/paykit",
"description": "Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.",
"version": "0.1.11",
"private": false,
"sideEffects": false,
"author": "Lars <lars@coinvoyage.io>",
"homepage": "https://coinvoyage.io",
"license": "BSD-2-Clause license",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./server": {
"import": "./dist/server.js",
"types": "./dist/server.d.ts"
},
"./types": {
"import": "./dist/types.js",
"types": "./dist/types.d.ts"
}
},
"typesVersions": {
"*": {
"types": [
"dist/types.d.ts"
],
"server": [
"dist/server.d.ts"
],
"client": [
"dist/client.d.ts"
]
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"keywords": [
"blockchain",
"ethereum",
"solana",
"bitcoin",
"sui",
"coin-voyage",
"pay",
"payment",
"deposit",
"crypto"
],
"dependencies": {
"framer-motion": "11.17.0",
"pino-pretty": "^13.0.0",
"qrcode": "^1.5.0",
"react-transition-state": "^1.1.4",
"react-use-measure": "^2.1.1",
"resize-observer-polyfill": "^1.5.1",
"styled-components": "^5.3.11",
"zod": "3.24.1",
"@coin-voyage/crypto": "0.0.17",
"@coin-voyage/shared": "0.0.10"
},
"devDependencies": {
"@types/qrcode": "^1.4.2",
"@types/styled-components": "^5.1.26",
"typescript-plugin-styled-components": "^3.0.0"
},
"peerDependencies": {
"@bigmi/react": "^0.3.1",
"@mysten/dapp-kit": "^0.16.9",
"@solana/wallet-adapter-react": "^0.15.35",
"@tanstack/react-query": "^5.80.2",
"react": "^18 || ^19",
"react-dom": "^18 || ^19",
"wagmi": "^2.15.5",
"viem": "^2.30.6"
},
"scripts": {
"watch": "tsc -w -p ./tsconfig.json",
"build": "tsc --build --force",
"clean": "rm -rf dist tsconfig.tsbuildinfo",
"release:build": "pnpm clean && pnpm build",
"type-check": "tsc --noEmit"
}
}