Skip to content

Commit

Permalink
Merge pull request #83 from NishthaMonga/main
Browse files Browse the repository at this point in the history
Chore: Added package.json file
  • Loading branch information
92shreyansh authored Jul 17, 2024
2 parents c0c5f88 + 0e8e987 commit 9787b66
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions utilities/on_subscibe-service/node/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "subscription_utility",
"version": "1.0.0",
"description": "This Node.js package facilitates the subscription process within the network. It includes hosting an HTML file and providing an on_subscribe endpoint.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"crypto": "^1.0.1",
"express": "^4.19.2",
"libsodium-wrappers": "^0.7.14"
}
}

0 comments on commit 9787b66

Please sign in to comment.