forked from EDOHWARES/EventHorizon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 678 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "event-horizon",
"version": "1.0.0",
"private": true,
"description": "Decentralized automation platform for Soroban smart contract events",
"workspaces": [
"backend",
"frontend"
],
"scripts": {
"dev:backend": "npm run dev --workspace=backend",
"dev:frontend": "npm run dev --workspace=frontend",
"install:all": "npm install && npm install --workspace=backend && npm install --workspace=frontend"
},
"keywords": [
"stellar",
"soroban",
"automation",
"web3",
"ifttt"
],
"author": "",
"license": "MIT",
"dependencies": {
"bcrypt": "^6.0.0",
"jsonwebtoken": "^9.0.3",
"mongodb": "^7.1.1"
}
}