pipe-hermes
Version:
Simple pub sub messaging tool
43 lines (42 loc) • 989 B
JSON
{
"name": "pipe-hermes",
"version": "1.0.3",
"description": "Simple pub sub messaging tool",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pipethedev/hermes.git"
},
"author": "Muritala David",
"license": "MIT",
"private": false,
"scripts": {
"build": "tsc --declaration",
"start:app": "node dist/app.js",
"start": "nodemon",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/express": "^4.17.17",
"@types/node": "^18.7.6",
"@types/ws": "^8.5.4",
"nodemon": "^2.0.22",
"typescript": "^5.0.4"
},
"dependencies": {
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"mongodb": "^5.2.0",
"validate": "^5.2.0"
},
"bugs": {
"url": "https://github.com/pipethedev/hermes/issues"
},
"homepage": "https://github.com/pipethedev/hermes#readme",
"keywords": [
"Pubsub",
"messenger",
"socket"
]
}