zksync-easy-onramp
Version:
SDK package for ZKsync easy on ramp
53 lines (52 loc) • 1.4 kB
JSON
{
"name": "zksync-easy-onramp",
"version": "4.0.0",
"description": "SDK package for ZKsync easy on ramp",
"keywords": [
"zksync",
"sdk",
"on-ramp"
],
"license": "(MIT OR Apache-2.0)",
"author": "Matter Labs (https://matter-labs.io/)",
"type": "module",
"files": [
"dist",
"src"
],
"main": "./dist/zksync-easy-onramp.cjs",
"module": "./dist/zksync-easy-onramp.esm.js",
"exports": {
".": {
"types": "./dist/zksync-easy-onramp.d.ts",
"require": "./dist/zksync-easy-onramp.cjs",
"import": "./dist/zksync-easy-onramp.esm.js"
}
},
"scripts": {
"dev": "vite --open",
"build": "tsc && vite build",
"build:watch": "vite build --watch",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "prettier --ignore-path ../../.prettierignore --config ../../.prettierrc --check .",
"lint:fix": "prettier --ignore-path ../../.prettierignore --config ../../.prettierrc --write .",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"viem": "2.x"
},
"devDependencies": {
"@types/lodash": "^4.17.15",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-plugin-dts": "^4.5.0",
"vitest": "^3.0.4"
},
"dependencies": {
"@lifi/sdk": "3.12.14",
"@transak/transak-sdk": "^4.0.0",
"lodash": "^4.17.21",
"uuid": "^13.0.0"
}
}