UNPKG

@nostr-relay/wot-guard

Version:
49 lines (48 loc) 1.02 kB
{ "name": "@nostr-relay/wot-guard", "version": "0.0.11", "description": "wot", "keywords": [ "wot", "nostr", "relay", "nostr-relay", "plugin" ], "author": "codytseng <codytseng98@gmail.com>", "homepage": "https://github.com/CodyTseng/nostr-relay-plugin", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "directories": { "dist": "dist" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/CodyTseng/nostr-relay-plugin.git" }, "scripts": { "build": "tsc -b -v", "clean": "rm -rf dist" }, "bugs": { "url": "https://github.com/CodyTseng/nostr-relay-plugin/issues" }, "devDependencies": { "@nostr-relay/common": "^0.0.32", "@types/ws": "^8.5.12" }, "peerDependencies": { "@nostr-relay/common": ">=0.0.32" }, "dependencies": { "ws": "^8.18.0" }, "gitHead": "3b245fc2bc164e4bb64bea0608fceba3bf5dad1d" }