@nostr-dev-kit/blossom
Version:
Blossom protocol support for NDK (Nostr Development Kit)
57 lines (56 loc) • 1.35 kB
JSON
{
"name": "@nostr-dev-kit/blossom",
"version": "7.0.0",
"description": "Blossom protocol support for NDK (Nostr Development Kit)",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"dev": "tsc -w",
"lint": "biome check .",
"format": "biome format --write .",
"test": "vitest run",
"test:watch": "vitest"
},
"keywords": [
"nostr",
"ndk",
"blossom",
"upload",
"blob",
"media",
"image",
"file"
],
"author": "Nostr Dev Kit",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nostr-dev-kit/ndk.git"
},
"bugs": {
"url": "https://github.com/nostr-dev-kit/ndk/issues"
},
"homepage": "https://github.com/nostr-dev-kit/ndk#readme",
"dependencies": {
"@nostr-dev-kit/ndk": "^2.18.0"
},
"peerDependencies": {
"@nostr-dev-kit/ndk": "^2.18.0"
},
"devDependencies": {
"@types/node": "^24.9.0",
"rimraf": "^5.0.0",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=16.0"
}
}