UNPKG

@puzzlehq/sdk-core

Version:
53 lines (52 loc) 1.27 kB
{ "name": "@puzzlehq/sdk-core", "displayName": "Puzzle SDK", "version": "1.0.4", "description": "Your portal to privacy", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "private": false, "exports": { ".": { "import": "./dist/src/index.js", "types": "./dist/src/index.d.ts" } }, "type": "module", "scripts": { "build": "rm -rf ./dist && tsc", "type-check": "tsc --noEmit" }, "repository": { "type": "git", "url": "git+https://github.com/puzzlehq/puzzle-sdk.git" }, "dependencies": { "@puzzlehq/types": "1.0.32", "debug": "^4.3.4", "events": "^3.3.0", "ws": "^8.16.0", "zod": "3.21.1" }, "devDependencies": { "@types/node": "^18.11.18" }, "peerDependencies": { "buffer": "^6.0.3" }, "keywords": [ "puzzle", "cryptocurrency wallet", "privacy", "aleo", "web3", "crypto", "typescript" ], "author": "Puzzle", "license": "ISC", "bugs": { "url": "https://github.com/puzzlehq/puzzle-sdk/issues" }, "homepage": "https://github.com/puzzlehq/puzzle-sdk#readme" }