-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.04 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "defichain-income-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "https://git.topiet.de/igor/defichain-income-server.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@datalust/winston-seq": "^1.0.2",
"@defichain/jellyfish-address": "^3.33.0",
"@defichain/whale-api-client": "^3.33.0",
"defichain": "^3.33.0",
"@supercharge/strings": "^1.28.0",
"apollo-server": "^3.12.0",
"apollo-server-express": "^3.12.0",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"calculate-correlation": "^1.2.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"graphql": "^16.8.0",
"mjml": "^4.13.0",
"mongoose": "^7.4.4",
"node-schedule": "^2.1.0",
"nodemailer": "^6.8.0",
"winston": "^3.8.2"
},
"devDependencies": {
"apollo-server-express": "^3.12.0",
"cors": "^2.8.5"
}
}