@lobehub/market-sdk
Version:
LobeHub Market JavaScript SDK
38 lines (37 loc) • 835 B
JSON
{
"name": "@lobehub/market-sdk",
"version": "0.22.7",
"description": "LobeHub Market JavaScript SDK",
"keywords": [
"lobehub",
"market",
"sdk",
"plugins"
],
"homepage": "https://github.com/lobehub/lobehub-market",
"bugs": {
"url": "https://github.com/lobehub/lobehub-market/issues/new/choose"
},
"repository": {
"type": "git",
"url": "https://github.com/lobehub/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.11.4",
"debug": "^4.4.1",
"jose": "^6.0.11",
"url-join": "^5.0.0"
},
"peerDependencies": {
"@lobehub/market-types": "1.11.4",
"zod": "^3.24.4"
}
}