@huddle01/auth
Version:
Huddle01 Web Token Gating Library
50 lines (49 loc) • 1.12 kB
JSON
{
"name": "@huddle01/auth",
"version": "0.0.2",
"description": "Huddle01 Web Token Gating Library",
"main": "dist/huddle01-auth.cjs.js",
"module": "dist/huddle01-auth.esm.js",
"umd:main": "dist/huddle01-auth.umd.min.js",
"scripts": {
"fix": "pnpm preconstruct fix",
"build": "pnpm preconstruct build",
"watch": "pnpm preconstruct watch"
},
"keywords": [
"huddle01",
"web3",
"communication",
"communication-toolkit",
"WebRTC",
"dRTC",
"token-gating"
],
"files": [
"dist"
],
"author": "a4748g",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@preconstruct/cli": "^2.3.0",
"@huddle01/eslint-config": "workspace:*",
"typescript": "^4.9.5",
"iriko": "workspace:*"
},
"preconstruct": {
"umdName": "HuddleWebClient",
"entrypoints": [
"index.ts"
]
},
"dependencies": {
"@trpc/client": "^10.12.0",
"@trpc/server": "^10.12.0",
"axios": "^1.3.4",
"superjson": "^1.12.2",
"zod": "^3.21.4"
}
}