{
  "name": "nostr-zap-fork",
  "version": "0.21.4",
  "description": "Zap any Nostr npub from anywhere.",
  "source": "src/index.js",
  "main": "dist/main.js",
  "targets": {
    "main": {
      "includeNodeModules": true
    }
  },
  "scripts": {
    "build": "parcel build",
    "dev": "npm run build && parcel example/index.html --open",
    "prepare": "npm run build",
    "test": "echo TODO"
  },
  "repository": {
    "type": "git",
    "url": "git+https://git@github.com:medranomiler/nostr-zap.git"
  },
  "keywords": [
    "nostr",
    "zap",
    "bitcoin",
    "lightning"
  ],
  "author": "Darren M",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/medranomiler/nostr-zap/issues"
  },
  "homepage": "https://github.com/medranomiler/nostr-zap#readme",
  "devDependencies": {
    "parcel": "^2.9.3",
    "prettier": "2.8.8"
  },
  "dependencies": {
    "easyqrcodejs": "^4.4.13",
    "nostr-tools": "^1.10.1"
  }
}
