@reputex/vue-widget
Version:
Vue widget by the ReputeX team for displaying ReputeX scores of users.
45 lines (44 loc) • 961 B
JSON
{
"name": "@reputex/vue-widget",
"version": "1.0.11",
"description": "Vue widget by the ReputeX team for displaying ReputeX scores of users.",
"homepage": "https://github.com/reputex/widgets/tree/main#readme",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/reputex/widgets.git#main"
},
"keywords": [
"blockchain",
"ethereum",
"reputation",
"credit-score"
],
"directories": {
"lib": "lib"
},
"files": [
"lib",
"dist"
],
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"build": "npm run tsc",
"tsc": "tsc -p ."
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@reputex/stencil-library": "^0.0.11"
},
"devDependencies": {
"vue": "3"
},
"bugs": {
"url": "https://github.com/reputex/widgets/issues"
},
"author": "reputex"
}