@mustafair/reputation-sdk
Version:
Official SDK for integrating CARV ID authentication and MustaFair reputation systems into decentralized applications
86 lines (85 loc) • 1.98 kB
JSON
{
"name": "@mustafair/reputation-sdk",
"version": "1.3.2",
"description": "Official SDK for integrating CARV ID authentication and MustaFair reputation systems into decentralized applications",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"LICENSE",
"postinstall.js"
],
"scripts": {
"build": "rollup -c",
"build:dev": "rollup -c --watch",
"test": "jest",
"lint": "eslint src --ext .ts,.tsx",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build",
"clean": "rm -rf dist",
"postinstall": "node postinstall.js"
},
"keywords": [
"carv-id",
"reputation",
"nft",
"blockchain",
"web3",
"authentication",
"decentralized",
"sdk",
"typescript",
"ethereum",
"bsc"
],
"author": "MustaFair Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chrsnikhil/MustaFair.git",
"directory": "sdk"
},
"homepage": "https://musta-fair.vercel.app",
"bugs": {
"url": "https://github.com/chrsnikhil/MustaFair/issues"
},
"peerDependencies": {
"viem": "^2.0.0",
"wagmi": "^2.0.0"
},
"peerDependenciesMeta": {
"viem": {
"optional": true
},
"wagmi": {
"optional": true
}
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"jest": "^29.5.0",
"rollup": "^4.0.0",
"rollup-plugin-dts": "^6.0.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"chalk": "^5.4.1"
}
}