nostr-web-components
Version:
collection of web components that provide quick access to basic nostr things
89 lines (88 loc) • 2.41 kB
JSON
{
"type": "module",
"name": "nostr-web-components",
"version": "0.1.1",
"description": "collection of web components that provide quick access to basic nostr things",
"repository": {
"type": "git",
"url": "https://gitnostr.com/npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6/nostr-web-components.git"
},
"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",
"peerDependencies": {
"typescript": ">=5.0.0"
},
"keywords": [
"nostr",
"web",
"components"
],
"devDependencies": {
"@types/node": "^18.13.0",
"@types/node-fetch": "^2.6.3",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"bun-types": "^1.0.18",
"esbuild": "0.16.9",
"esbuild-plugin-alias": "^0.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-babel": "^5.3.1",
"esm-loader-typescript": "^1.0.3",
"prettier": "^3.0.3",
"surge": "^0.24.6",
"tailwindcss": "^3.4.9",
"typescript": "^5.0.4",
"vitepress": "^1.3.0",
"wrangler": "^4.0.0"
},
"scripts": {
"prepublish": "just build"
},
"dependencies": {
"@nostr/gadgets": "npm:@jsr/nostr__gadgets@0.0.43",
"@nostr/tools": "npm:@jsr/nostr__tools@2.17.4"
}
}