forked from builders-garden/fluidpay-supabase-cf-gateway
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 897 Bytes
/
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
{
"name": "evm-actions-supabase-cf-gateway",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@chainlink/ethers-ccip-read-provider": "^0.2.3",
"@cloudflare/workers-types": "^4.20231025.0",
"@ensdomains/ccip-read-cf-worker": "^0.0.1",
"@ensdomains/ens-contracts": "^0.0.22",
"@ensdomains/offchain-resolver-contracts": "^0.2.1",
"@supabase/supabase-js": "^2.38.4",
"dotenv": "^16.3.1",
"ethers": "^5.7.2",
"itty-cors": "^0.3.6",
"itty-router": "^4.0.14",
"zod": "^3.22.4"
},
"devDependencies": {
"tsdx": "^0.14.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"wrangler": "^3.16.0"
}
}