This repository has been archived by the owner on May 5, 2022. It is now read-only.
generated from push-protocol/epns-showrunners-archive
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
111 lines (111 loc) · 3.27 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
{
"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 --transpileOnly ./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": {
"@epnsproject/backend-sdk-staging": "^1.0.0",
"@makerdao/dai": "^0.32.13",
"@makerdao/dai-plugin-mcd": "^1.6.35",
"@rodrigogs/mysql-events": "0.6.0",
"@uniswap/v3-sdk": "^3.3.2",
"agenda": "^2.0.2",
"agendash": "^1.0.0",
"argon2": "^0.21.0",
"async-redis": "^1.1.7",
"aws-sdk": "2.783.0",
"bent": "7.3.1",
"body-parser": "^1.18.2",
"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.3.0",
"event-dispatch": "^0.4.1",
"eventemitter3": "^3.1.0",
"express": "^4.16.2",
"express-basic-auth": "^1.2.0",
"express-jwt": "^5.3.1",
"firebase-admin": "8.12.1",
"graphql": "^15.4.0",
"graphql-request": "^3.5.0",
"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",
"p-queue": "^6.5.0",
"path": "^0.12.7",
"reflect-metadata": "^0.1.12",
"secp256k1-v4": "https://github.com/HarshRajat/secp256k1-node",
"ts-node-dev": "1.0.0-pre.44",
"typedi": "^0.8.0",
"util": "^0.12.3",
"web3": "1.2.7",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.5.0"
},
"devDependencies": {
"@types/agenda": "^2.0.4",
"@types/express": "^4.16.0",
"@types/jest": "^23.3.8",
"@types/lodash": "^4.14.118",
"@types/mongoose": "^5.3.17",
"@types/node": "^10.14.8",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-prettier": "^3.0.1",
"git-json-merge": "0.4.5",
"jest": "^24.1.0",
"nodemon": "^2.0.1",
"prettier": "^1.17.0",
"ts-jest": "^24.0.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.3"
}
}