UNPKG

@rep3/rep3-sdk

Version:

`rep3-sdk` is the ts package for projects to integrate rep3-protocol and services in their projects. This documentation will provide various ways and code snippets for the same. To know more about the protocol head over to our [docs](https://docs.rep3.gg/

77 lines (76 loc) 1.82 kB
{ "version": "1.0.3--development", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "npx tsdx watch", "build": "npx tsdx build", "test": "tsdx test", "lint": "npx tsdx lint --fix", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "peerDependencies": { "axios": "*", "urql": "*" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "@rep3/rep3-sdk", "author": "Rep3 Labs", "module": "dist/rep3-sdk.esm.js", "devDependencies": { "@size-limit/preset-small-lib": "^7.0.8", "axios": "^0.27.2", "husky": "^7.0.4", "size-limit": "^7.0.8", "tsdx": "^0.14.1", "tslib": "^2.4.0", "typescript": "^4.6.3", "urql": "^2.2.0", "web3": "^1.8.2" }, "resolutions": { "**/@typescript-eslint/eslint-plugin": "^4.1.1", "**/@typescript-eslint/parser": "^4.1.1" }, "description": "`rep3-sdk` is the ts package for projects to integrate rep3-protocol and services in their projects. This documentation will provide various ways and code snippets for the same. To know more about the protocol head over to our [docs](https://docs.rep3.gg/)", "directories": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/Drepute/rep3-sdk.git" }, "keywords": [ "soul", "bound", "token", "NFT" ], "bugs": { "url": "https://github.com/Drepute/rep3-sdk/issues" }, "homepage": "https://github.com/Drepute/rep3-sdk#readme", "dependencies": { "ethers": "^5.7.2" } }