UNPKG

@blockchain-lab-um/masca-connector

Version:

Library for using Masca on the frontend

59 lines 1.36 kB
{ "name": "@blockchain-lab-um/masca-connector", "version": "1.5.0", "description": "Library for using Masca on the frontend", "keywords": [ "MetaMask", "Snaps", "SSI", "VC", "Verifiable Credential", "VP", "Verifiable Presentation", "DID:ETHR", "Veramo" ], "license": "(Apache-2.0 AND MIT)", "author": { "name": "Blockchain Lab:UM", "email": "blockchain-lab@um.si", "url": "https://blockchain-lab.um.si" }, "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**", "README.md", "package.json", "CHANGELOG.md" ], "dependencies": { "@blockchain-lab-um/masca-types": "1.4.0", "@blockchain-lab-um/utils": "1.4.0", "@didtools/pkh-ethereum": "0.4.0", "@veramo/core": "6.0.0", "did-session": "2.0.1", "eip-712-types-generation": "^0.1.6", "mipd": "^0.0.5", "viem": "^2.9.23" }, "devDependencies": { "esbuild-loader": "^4.0.3", "tsup": "^8.0.2", "webpack-cli": "^5.1.4" }, "publishConfig": { "access": "public" }, "scripts": { "build": "pnpm clean && pnpm compile", "bundle": "webpack", "clean": "rimraf dist", "compile": "tsup", "lint": "biome check .", "lint:fix": "biome check --apply ." } }