forked from SimplyStaking/agoric-ocw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.39 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.39 KB
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
{
"name": "agoric-ocw",
"version": "3.0.0",
"type": "module",
"description": "Fast USDC off chain watcher for Agoric",
"main": "index.js",
"scripts": {
"start": "node_modules/.bin/tsx ./src/index.ts",
"test": "jest --detectOpenHandles --forceExit"
},
"keywords": [
"agoric"
],
"author": "Simply Staking",
"license": "ISC",
"dependencies": {
"@agoric/casting": "^0.4.3-u18.2",
"@agoric/client-utils": "0.1.1-dev-bf2d699.0",
"@agoric/cosmic-proto": "^0.5.0-u18.5",
"@agoric/smart-wallet": "^0.5.4-u18.0",
"@babel/preset-typescript": "^7.26.0",
"@endo/eventual-send": "^1.2.8",
"@endo/init": "^1.1.7",
"@endo/marshal": "^1.6.2",
"@endo/pass-style": "^1.4.7",
"@types/express": "^5.0.0",
"@types/ws": "^8.5.13",
"assert": "^2.1.0",
"axios": "^1.7.7",
"bech32": "^2.0.0",
"dotenv": "^16.4.5",
"ethers": "^6.13.4",
"express": "5.0.1",
"mongoose": "^8.8.1",
"prom-client": "^15.1.3",
"ses": "^1.10.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"viem": "^2.21.44",
"winston": "^3.16.0"
},
"devDependencies": {
"@types/jest": "^28.1.3",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
"typescript": "^5.6.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}