-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 2.88 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
{
"name": "oneramp",
"target": "es6",
"moduleResolution": "node",
"version": "1.3.5",
"description": "crypto on and offramping api for sub-saharan africa",
"main": "./dist/index.js",
"scripts": {
"start": "nodemon server.ts",
"build": "tsc",
"clean": "rimraf dist",
"build:clean": "yarn clean && yarn build",
"format:check": "prettier --check \"**/*.ts\"",
"format:write": "prettier --write \"**/*.ts\"",
"lint": "eslint '**/*.ts'",
"test": "vitest run",
"test:watch": "vitest watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oneramp/oneramp.git"
},
"keywords": [
"offramp",
"onramp"
],
"author": "eliashezron",
"license": "MIT",
"bugs": {
"url": "https://github.com/oneramp/oneramp/issues"
},
"homepage": "https://github.com/oneramp/oneramp#readme",
"vitest": {
"globals": true,
"environment": "node",
"transformMode": {
"web": [
".(ts|tsx)$"
]
}
},
"dependencies": {
"@celo/contractkit": "^8.0.0",
"@ethersproject/providers": "^5.7.2",
"@fiatconnect/fiatconnect-types": "^13.3.0",
"@moralisweb3/common-evm-utils": "^2.26.9",
"@openzeppelin/contracts": "^4.8.2",
"@types/africastalking": "^0.6.2",
"@types/crypto-js": "^4.1.1",
"@types/express-session": "^1.17.10",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.2",
"@types/socket.io": "^3.0.2",
"@types/supertest": "^6.0.2",
"africastalking": "^0.6.5",
"axios": "^1.4.0",
"bcrypt-ts": "^5.0.2",
"body-parser": "^1.20.2",
"connect-mongo": "^5.1.0",
"connect-mongodb-session": "^3.1.1",
"connect-redis": "^7.1.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"currency-converter-lt": "^2.0.0-beta.0",
"dotenv": "^16.0.3",
"easy-currencies": "^1.7.0",
"ethers": "^6.13.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"iron-session": "^8.0.1",
"jest": "^29.7.0",
"jsonwebtoken": "^9.0.0",
"moralis": "^2.26.9",
"morgan": "^1.10.0",
"node-cron": "^3.0.3",
"node-fetch": "2",
"passport": "^0.6.0",
"redis": "^4.6.13",
"rimraf": "^5.0.0",
"siwe": "^2.1.4",
"socket.io": "^4.7.2",
"starknet": "^6.11.0",
"supertest": "^7.0.0",
"ts-jest": "^29.2.3",
"uuid": "^10.0.0",
"uuidv4": "^6.2.13",
"vitest": "^1.2.2",
"web3": "1.10",
"yup": "^1.4.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/connect-redis": "^0.0.23",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/lodash": "^4.17.13",
"@types/morgan": "^1.9.4",
"@types/node": "^20.1.3",
"@types/node-cron": "^3.0.11",
"@types/redis": "^4.0.11",
"@types/yup": "^0.32.0",
"mongoose": "^7.0.2",
"nodemon": "^2.0.22",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}