UNPKG

@omnisat/lasereyes

Version:

Simplifies wallet interactions across various Bitcoin wallets, making it easy for developers to build dApps with Bitcoin support

56 lines 1.3 kB
{ "name": "@omnisat/lasereyes", "description": "Simplifies wallet interactions across various Bitcoin wallets, making it easy for developers to build dApps with Bitcoin support", "keywords": [ "bitcoin", "ordinals", "bitcoin wallets", "react", "web3", "dapps", "blockchain", "crypto" ], "homepage": "https://lasereyes.build", "bugs": { "url": "https://github.com/omnisat/lasereyes-mono/issues" }, "repository": { "type": "git", "url": "https://github.com/omnisat/lasereyes-mono.git" }, "private": false, "version": "0.0.156", "type": "module", "module": "./dist/index.js", "files": [ "dist" ], "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./ui": "./dist/ui.js", "./ui/style.css": "./dist/ui/style.css" }, "devDependencies": { "@vitejs/plugin-react-swc": "^3.5.0", "typescript": "^5.5.3", "vite": "^5.4.1", "vite-plugin-dts": "^4.2.1" }, "dependencies": { "bip39": "^3.1.0", "@omnisat/lasereyes-core": "0.0.78", "@omnisat/lasereyes-react": "0.0.73" }, "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "lint": "eslint ." } }