UNPKG

@reputex/react-widget

Version:

React widget by the ReputeX team for displaying ReputeX scores of users.

48 lines (47 loc) 1.03 kB
{ "name": "@reputex/react-widget", "version": "1.0.21", "description": "React widget by the ReputeX team for displaying ReputeX scores of users.", "author": "ReputeX", "type": "module", "bugs": { "url": "https://github.com/reputex/widgets/issues" }, "homepage": "https://github.com/reputex/widgets#readme", "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/types/index.d.ts", "directories": { "lib": "lib" }, "files": [ "lib", "dist" ], "publishConfig": { "access": "public" }, "scripts": { "test": "node ./__tests__/react-library.test.js", "build": "npm run tsc", "tsc": "tsc -p ." }, "dependencies": { "@reputex/stencil-library": "^0.0.11" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.2.13", "typescript": "^5.1.3" }, "keywords": [ "blockchain", "ethereum", "reputation", "credit-score" ] }