{
  "name": "nostr-fetch",
  "version": "0.17.0",
  "description": "A utility library that allows JS/TS apps to effortlessly fetch past events from Nostr relays",
  "keywords": [
    "nostr"
  ],
  "author": "jiftechnify <jiftech.stlfy@gmail.com>",
  "repository": "https://github.com/jiftechnify/nostr-fetch",
  "homepage": "https://github.com/jiftechnify/nostr-fetch#readme",
  "bugs": {
    "url": "https://github.com/jiftechnify/nostr-fetch/issues"
  },
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    "module": "./dist/index.mjs",
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs",
    "types": "./dist/index.d.ts"
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "prepack": "npm run build",
    "tsc": "tsc",
    "test": "vitest run",
    "testw": "vitest",
    "lint": "run-p tsc lint:*",
    "lint:format": "biome format ./src",
    "lint:js": "biome lint ./src",
    "fix": "run-s fix:*",
    "fix:format": "biome format --write ./src",
    "fix:js": "biome lint --apply ./src",
    "build": "run-s tsc build:*",
    "build:modules": "node build.js",
    "build:copy-doc": "copy-file ../../README.md ./README.md"
  },
  "dependencies": {
    "@nostr-fetch/kernel": "^0.17.0"
  },
  "devDependencies": {
    "@nostr-fetch/testutil": "^0.17.0"
  },
  "funding": {
    "type": "lightning",
    "url": "lightning:jiftechnify@eclair.c-stellar.net"
  },
  "gitHead": "7fb94b89783580997902bd76aee50a8295615c95"
}
