@lobehub/market-sdk
Version:
LobeHub Market JavaScript SDK
37 lines (36 loc) • 771 B
JSON
{
"name": "@lobehub/market-sdk",
"version": "0.33.3",
"description": "LobeHub Market JavaScript SDK",
"keywords": [
"lobehub",
"market",
"sdk",
"plugins"
],
"homepage": "https://lobehub.com",
"bugs": {
"url": "https://github.com/lobehub/lobehub/issues/new/choose"
},
"repository": {
"type": "git",
"url": "https://github.com/lobehub-biz/lobehub-market.git"
},
"license": "MIT",
"author": "LobeHub <i@lobehub.com>",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"types": "dist/index.d.mts",
"files": [
"dist"
],
"dependencies": {
"@lobehub/market-types": "^1.14.0",
"debug": "^4.4.3",
"jose": "^6.1.3",
"url-join": "^5.0.0"
},
"peerDependencies": {
"zod": "^3.24.4"
}
}