{
  "name": "coco-cashu-plugin-npc",
  "version": "3.0.0",
  "description": "NPubCash plugin for @cashu/coco-core - bridges NPubCash server with coco wallet",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Egge21M/coco-cashu-plugin-npc.git"
  },
  "keywords": [
    "cashu",
    "npubcash",
    "npc",
    "ecash",
    "bitcoin",
    "lightning",
    "plugin"
  ],
  "license": "MIT",
  "type": "module",
  "module": "./src/index.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "README.md",
    "dist"
  ],
  "scripts": {
    "build": "tsdown",
    "test": "bun test",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "npubcash-sdk": "^0.3.2"
  },
  "peerDependencies": {
    "@cashu/coco-core": "^2.0.0",
    "typescript": "^5.0.0"
  },
  "devDependencies": {
    "@cashu/cashu-ts": "^3.7.1",
    "@types/bun": "^1.1.0",
    "tsdown": "^0.15.1"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
