-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "@dialectlabs/monitor",
"version": "3.5.1",
"repository": "git@github.com:dialectlabs/monitor.git",
"author": "dialectlabs",
"license": "Apache-2.0",
"module": "./lib/cjs/index.js",
"main": "./lib/cjs/index.js",
"types": "./lib/cjs/index.d.ts",
"scripts": {
"build": "rm -rf lib && tsc"
},
"dependencies": {
"@dialectlabs/blockchain-sdk-aptos": "^1.0.3",
"@dialectlabs/blockchain-sdk-solana": "^1.2.0",
"@dialectlabs/sdk": "^1.9.1",
"@sendgrid/mail": "^7.6.2",
"@solana/web3.js": "^1.91.7",
"axios": "^1.6.8",
"lodash": "^4.17.21",
"luxon": "^2.5.2",
"rxjs": "^7.5.2",
"telegraf": "^4.16.3",
"twilio": "^3.84.1"
},
"devDependencies": {
"@types/bs58": "^4.0.4",
"@types/bytebuffer": "^5.0.48",
"@types/ed2curve": "^0.2.4",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.17.0",
"@types/luxon": "^2.4.0",
"@types/node": "^17.0.45",
"jest": "^27.5.1",
"prettier": "^2.8.8",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.9.5"
}
}