cyphertap
Version:
Bitcoin Lightning, Ecash and Nostr wallet in a portable Web Component.
47 lines (46 loc) • 1.19 kB
JSON
{
"name": "cyphertap",
"version": "0.0.9",
"private": false,
"description": "Bitcoin Lightning, Ecash and Nostr wallet in a portable Web Component.",
"keywords": [
"nostr",
"ecash",
"ndk",
"cashu",
"lightning",
"btc"
],
"homepage": "https://github.com/cypherflow/cyphertap#readme",
"bugs": {
"url": "https://github.com/cypherflow/cyphertap/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cypherflow/cyphertap.git"
},
"license": "MIT",
"author": "cypherflow",
"type": "module",
"main": "dist/index.es.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.1.1",
"@tsconfig/svelte": "^5.0.4",
"@types/node": "^24.3.0",
"svelte": "^5.38.1",
"svelte-check": "^4.3.1",
"typescript": "~5.8.3",
"vite": "^7.1.2",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-watch-and-run": "^1.7.5"
},
"dependencies": {
"@awesome.me/webawesome": "3.0.0-beta.4"
}
}