UNPKG

@graperank/protocols-nostr

Version:

The Nostr Protocols plugin for GrapeRank allows the Interpreter to fetch and normalize ratings data from any kind[s] of Nostr event.

31 lines (30 loc) 858 B
{ "name": "@graperank/protocols-nostr", "description": "The Nostr Protocols plugin for GrapeRank allows the Interpreter to fetch and normalize ratings data from any kind[s] of Nostr event.", "version": "0.2.2", "publishConfig": { "access": "public" }, "scripts": { "build": "tsc --build" }, "main": "build/index.js", "keywords": [ "GrapeRank", "Interpreter", "Nostr" ], "author": "Pretty Good Freedom Tech", "license": "AGPL-3.0-or-later", "bugs": { "url": "https://github.com/Pretty-Good-Freedom-Tech/graperank/issues" }, "homepage": "https://github.com/Pretty-Good-Freedom-Tech/graperank#readme", "dependencies": { "@graperank/interpreter": "^0.2.2", "@graperank/util": "^0.2.2", "nostr-tools": "^2.7.2", "ws": "^8.18.0" }, "gitHead": "75a49c81ec7f2e96f91f544da4ba8685a9643803" }