46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "nostrsms",
|
|
"description": "A simple NodeJS bot that posts to Nostr from XMPP! 💜🫂",
|
|
"version": "0.0.1",
|
|
"keywords": [
|
|
"xmpp",
|
|
"sms",
|
|
"nostr"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Stephen Vanderwarker",
|
|
"email": "stephen@vanderwarker.family",
|
|
"web": "https://stephen.vanderwarker.family"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@types/ws": "8.5.5",
|
|
"assert": "^2.1.0",
|
|
"bech32": "2.0.0",
|
|
"ini": "2.0.0",
|
|
"nostr-tools": "1.14.2",
|
|
"simple-xmpp": "1.3.0",
|
|
"sqlite3": "5.1.6",
|
|
"websocket-polyfill": "0.0.3",
|
|
"ws": "^8.14.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://git.vanderwarker.family/nostr/nostrsms/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.vanderwarker.family/nostr/nostrsms.git"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "The MIT License",
|
|
"url": "http://www.opensource.org/licenses/mit-license.php"
|
|
}
|
|
],
|
|
"homepage": "https://wiki.vanderwarker.family/doku.php?id=code:nostrsms:start",
|
|
"scripts": {
|
|
"test": "echo \"No tests available. Please consider helping with a pull request!\" && exit 0"
|
|
}
|
|
}
|