UNPKG

@omnisat/lasereyes

Version:

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

55 lines 1.25 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.163", "type": "module", "module": "./dist/index.js", "files": [ "dist" ], "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, "devDependencies": { "@vitejs/plugin-react-swc": "^3.5.0", "sonda": "^0.7.1", "typescript": "5.8.3", "vite": "^5.4.1", "vite-plugin-dts": "^4.2.1" }, "dependencies": { "@omnisat/lasereyes-core": "0.0.85", "@omnisat/lasereyes-react": "0.0.80" }, "license": "MIT", "publishConfig": { "access": "public", "provenance": true }, "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "lint": "eslint ." } }