UNPKG

nostr-web-components

Version:

collection of web components that provide quick access to basic nostr things

83 lines (82 loc) 2.27 kB
{ "type": "module", "name": "nostr-web-components", "version": "0.2.2", "description": "collection of web components that provide quick access to basic nostr things", "website": "https://web.nostr.technology", "repository": { "type": "git", "url": "https://viewsource.win/npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6/nostr-web-components" }, "sideEffects": true, "exports": { ".": { "import": "./lib/index.js", "types": "./lib/index.d.ts" }, "./nostr-name": { "import": "./lib/nostr-name.js", "types": "./lib/nostr-name.d.ts" }, "./nostr-picture": { "import": "./lib/nostr-picture.js", "types": "./lib/nostr-picture.d.ts" }, "./nostr-user-search": { "import": "./lib/nostr-user-search.js", "types": "./lib/nostr-user-search.d.ts" }, "./nostr-event-json": { "import": "./lib/nostr-event-json.js", "types": "./lib/nostr-event-json.d.ts" }, "./nostr-rsvp": { "import": "./lib/nostr-rsvp.js", "types": "./lib/nostr-rsvp.d.ts" }, "./nostr-livestream": { "import": "./lib/nostr-livestream.js", "types": "./lib/nostr-livestream.d.ts" }, "./nostr-note": { "import": "./lib/nostr-note.js", "types": "./lib/nostr-note.d.ts" }, "./nostr-text": { "import": "./lib/nostr-text.js", "types": "./lib/nostr-text.d.ts" }, "./nostr-follow": { "import": "./lib/nostr-follow.js", "types": "./lib/nostr-follow.d.ts" } }, "license": "Unlicense", "keywords": [ "nostr", "web", "components" ], "devDependencies": { "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "bun-types": "^1.1.0", "eslint": "^9.0.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.5.5", "prettier": "^3.3.0", "tailwindcss": "^3.4.9", "typescript": "^5.6.0", "typescript-eslint": "^8.54.0", "vite": "^6.0.0", "wrangler": "^4.61.0" }, "scripts": { "prepublish": "just build" }, "dependencies": { "@nostr/gadgets": "npm:@jsr/nostr__gadgets@^0.1.3", "@nostr/tools": "npm:@jsr/nostr__tools@2.23.0" } }