-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
141 lines (141 loc) · 4.32 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "epns-showrunnerss-staging",
"version": "0.4.1",
"description": "Server to listen and perform services for EPNS",
"main": "src/app.ts",
"scripts": {
"build": "rimraf ./build && tsc",
"dev": "ts-node-dev --respawn --transpile-only ./src/app.ts",
"heroku-postbuild": "npm run build",
"start": "nodemon",
"inspect": "nodemon --inspect src/app.ts",
"test": "jest",
"lint": "npm run lint:js ",
"lint:eslint": "eslint --ignore-path .gitignore --ext .ts",
"lint:js": "npm run lint:eslint src/",
"lint:fix": "npm run lint:js -- --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum-push-notification-system/epns-push-register-service.git"
},
"keywords": [
"epns",
"push",
"notifications",
"ios",
"android"
],
"author": "Harsh Rajat",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/ethereum-push-notification-system/epns-push-register-service/issues"
},
"homepage": "https://github.com/ethereum-push-notification-system/epns-push-register-service#readme",
"dependencies": {
"@lens-protocol/client": "^2.2.0",
"@apollo/client": "^3.6.9",
"@aragon/sdk-client": "^1.19.0",
"@aragon/sdk-client-common": "^1.5.0-rc0",
"@arbitrum/sdk": "^1.1.0",
"@covalenthq/client-sdk": "^1.0.1",
"@gnosis.pm/safe-service-client": "^1.4.0",
"@google-cloud/bigquery": "^6.2.0",
"@improbable-eng/grpc-web": "^0.15.0",
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
"@injectivelabs/derivatives-consumer": "^0.5.1",
"@injectivelabs/exceptions": "^0.5.0",
"@injectivelabs/exchange-api": "^2.2.59",
"@injectivelabs/exchange-consumer": "^0.5.0",
"@injectivelabs/networks": "^0.5.2",
"@injectivelabs/ts-types": "^0.5.0",
"@makerdao/dai": "^0.42.4",
"@makerdao/dai-plugin-mcd": "^1.8.5",
"@pushprotocol/restapi": "^1.7.25",
"@rodrigogs/mysql-events": "0.6.0",
"@safe-global/safe-ethers-lib": "^1.8.0",
"@safe-global/protocol-kit": "1.3.0",
"@uniswap/v3-sdk": "^3.3.2",
"agenda": "^2.0.2",
"agendash": "^1.0.0",
"argon2": "0.28.5",
"async-redis": "^1.1.7",
"aws-sdk": "2.783.0",
"axios": "^0.27.2",
"bent": "7.3.1",
"bignumber.js": "^9.0.2",
"body-parser": "^1.18.2",
"caip": "^1.1.0",
"celebrate": "^9.1.0",
"cors": "^2.8.4",
"crypto-js": "4.0.0",
"dotenv": "^8.2.0",
"eccrypto": "^1.1.3",
"envfile": "6.14.0",
"errorhandler": "^1.5.0",
"eth-crypto": "1.6.0",
"ethereum-public-key-to-address": "0.0.2",
"ethers": "^5.7",
"event-dispatch": "^0.4.1",
"eventemitter3": "^3.1.0",
"express": "^4.16.2",
"express-basic-auth": "^1.2.0",
"express-jwt": "^5.3.1",
"feed-reader": "^5.0.1",
"firebase-admin": "8.12.1",
"graphql": "^15.4.0",
"graphql-request": "^3.5.0",
"gray-matter": "^4.0.3",
"image-size": "0.8.3",
"ipfs-http-client": "^50.1.2",
"jsonwebtoken": "^8.2.0",
"lodash": "^4.17.13",
"mailgun-js": "^0.22.0",
"method-override": "^3.0.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.23",
"mongoose": "^5.10.8",
"morgan": "^1.9.1",
"mysql": "2.18.1",
"nano-ipfs-store": "0.1.3",
"node-schedule": "1.3.2",
"numeral": "^2.0.6",
"p-limit": "^4.0.0",
"p-queue": "^6.5.0",
"parse-url": "^6.0.5",
"path": "^0.12.7",
"reflect-metadata": "^0.1.12",
"secp256k1-v4": "https://github.com/HarshRajat/secp256k1-node",
"ts-node-dev": "1.1.8",
"typedi": "^0.8.0",
"util": "^0.12.3",
"web3": "1.2.7",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.5.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/agenda": "^2.0.4",
"@types/chai": "^4.3.0",
"@types/express": "^4.16.0",
"@types/jest": "^23.3.8",
"@types/lodash": "^4.14.118",
"@types/mocha": "^9.0.0",
"@types/mongoose": "^5.3.17",
"@types/node": "^10.14.8",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"chai": "^4.3.4",
"eslint": "^8.10.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-prettier": "^3.0.1",
"git-json-merge": "0.4.5",
"jest": "27",
"nodemon": "^2.0.1",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"ts-node": "^10.6.0",
"tslint": "^5.20.1",
"typescript": "^4.6.2"
}
}