UNPKG

@trilitech-umami/umami-embed

Version:

[WIP - not ready for production use] A simple embeddable Umami wallet

46 lines (45 loc) 1.08 kB
{ "name": "@trilitech-umami/umami-embed", "description": "[WIP - not ready for production use] A simple embeddable Umami wallet", "version": "0.3.2", "license": "MIT", "keywords": [ "umami", "wallet", "beacon", "tezos" ], "readmeFilename": "README.md", "repository": { "url": "git+https://github.com/trilitech/umami-embed.git", "type": "git" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "/dist" ], "type": "module", "packageManager": "yarn@4.2.1", "scripts": { "build": "tsc -p .", "publish": "yarn build && npm publish", "demo_build": "tsc && vite build", "demo_dev": "vite --port 3000", "demo_preview": "vite preview", "format": "prettier --write .", "lint": "eslint src --fix" }, "dependencies": { "@airgap/beacon-types": "^4.4.0", "async-mutex": "^0.5.0" }, "devDependencies": { "@eslint/js": "^9.3.0", "eslint": "^8.56.0", "prettier": "3.2.5", "typescript": "^5.2.2", "typescript-eslint": "^7.10.0", "vite": "^5.2.12" } }