@puzzlehq/sdk
Version:
Your portal to privacy
62 lines (61 loc) • 1.62 kB
JSON
{
"name": "@puzzlehq/sdk",
"displayName": "Puzzle React SDK",
"version": "1.0.3",
"description": "Your portal to privacy",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"exports": {
".": {
"import": "./dist/src/index.js",
"types": "./dist/src/index.d.ts"
}
},
"type": "module",
"scripts": {
"build": "rm -rf ./dist && tsc",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@puzzlehq/sdk-core": "1.0.3",
"@puzzlehq/types": "1.0.31",
"@tanstack/react-query": "^4.29.5",
"@tanstack/query-core": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.5",
"@trpc/server": "^10.31.0",
"debug": "^4.3.4",
"events": "^3.3.0",
"immer": "^9.0.19",
"use-debounce": "^10.0.0",
"ws": "^8.16.0",
"zod": "3.21.1",
"zustand": "^4.3.9"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0"
},
"peerDependencies": {
"react": "^18.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/puzzlehq/puzzle-sdk.git"
},
"keywords": [
"puzzle",
"cryptocurrency wallet",
"privacy",
"aleo",
"web3",
"crypto",
"react"
],
"author": "Puzzle",
"license": "ISC",
"bugs": {
"url": "https://github.com/puzzlehq/puzzle-sdk/issues"
},
"homepage": "https://github.com/puzzlehq/puzzle-sdk#readme"
}