nostrsms/package.json

47 lines
1.2 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": {
"@xmpp/client": "^0.13.0",
"bech32": "^2.0.0",
"debug": "^4.3.4",
"fs": "0.0.1-security",
"ini": "^2.0.0",
"nostr-tools": "^1.9.0",
"os": "^0.1.2",
"path": "^0.12.7",
"websocket-polyfill": "0.0.3",
"ws": "^8.13.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"
}
}