UNPKG

@reclaimprotocol/js-sdk

Version:

Designed to request proofs from the Reclaim protocol and manage the flow of claims and witness interactions.

91 lines (90 loc) 2.16 kB
{ "name": "@reclaimprotocol/js-sdk", "version": "3.0.0", "description": "Designed to request proofs from the Reclaim protocol and manage the flow of claims and witness interactions.", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "reclaim", "protocol", "blockchain", "proof", "verification", "identity", "claims", "witness", "sdk", "javascript", "typescript", "decentralized", "web3" ], "files": [ "dist" ], "tsup": { "entry": [ "src/index.ts" ], "splitting": false, "sourcemap": true, "clean": true }, "scripts": { "build": "sh scripts/build.sh", "release": "release-it", "test": "echo \"Error: no test specified\" && exit 1", "commitlint": "commitlint --edit" }, "repository": { "type": "git", "url": "https://github.com/reclaimprotocol/reclaim-js-sdk" }, "author": "ali <ali@creatoros.co>", "license": "See License in <https://github.com/reclaimprotocol/.github/blob/main/LICENSE>", "bugs": { "url": "https://github.com/reclaimprotocol/reclaim-js-sdk/issues" }, "homepage": "https://github.com/reclaimprotocol/reclaim-js-sdk/", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true, "tag": "latest" }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } }, "devDependencies": { "@bconnorwhite/bob": "^2.9.5", "@commitlint/cli": "^17.7.1", "@commitlint/config-conventional": "^17.7.0", "@release-it/conventional-changelog": "^5.0.0", "@types/qs": "^6.9.11", "@types/url-parse": "^1.4.11", "@types/uuid": "^9.0.7", "release-it": "^15.0.0", "tsup": "^8.0.1", "typescript": "^5.3.3" }, "dependencies": { "canonicalize": "^2.0.0", "ethers": "^6.9.1", "qs": "^6.11.2", "url-parse": "^1.5.10", "uuid": "^9.0.1" } }