{
  "name": "@getalby/lightning-tools",
  "version": "4.0.2",
  "description": "Collection of helpful building blocks and tools to develop Bitcoin Lightning web apps",
  "type": "module",
  "source": "src/index.ts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.module.js",
  "unpkg": "./dist/index.umd.js",
  "types": "./dist/index.d.ts",
  "repository": "https://github.com/getAlby/js-lightning-tools.git",
  "bugs": "https://github.com/getAlby/js-lightning-tools/issues",
  "funding": {
    "type": "lightning",
    "url": "lightning:hello@getalby.com"
  },
  "files": [
    "dist/**/*"
  ],
  "keywords": [
    "lightning",
    "bitcoin",
    "alby"
  ],
  "exports": {
    "require": "./dist/index.cjs",
    "types": "./dist/index.d.ts",
    "default": "./dist/index.modern.js"
  },
  "scripts": {
    "prebuild": "yarn run clean",
    "prepack": "yarn run build",
    "build:browser": "cp src/window.js dist && browserify dist/window.js > dist/index.browser.js",
    "test": "jest",
    "clean": "rm -rf dist",
    "build": "microbundle && yarn build:browser",
    "dev": "microbundle watch"
  },
  "dependencies": {
    "crypto-js": "^4.1.1",
    "light-bolt11-decoder": "^3.0.0"
  },
  "devDependencies": {
    "@types/crypto-js": "^4.1.1",
    "@types/jest": "^29.4.0",
    "@types/node": "^18.11.0",
    "@webbtc/webln-types": "^1.0.11",
    "browserify": "^17.0.0",
    "jest": "^29.5.0",
    "microbundle": "^0.15.1",
    "nostr-tools": "^1.13.1",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.6"
  },
  "engines": {
    "node": ">=14"
  },
  "author": "Alby contributors",
  "license": "MIT"
}
