forked from keypom/airtable-worker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"private": true,
"name": "fastauth-worker",
"version": "1.0.0",
"type": "module",
"description": "A template for using stripe-node in a Cloudflare Worker",
"scripts": {
"deploy:local": "./deploy.sh local",
"deploy:dev": "./deploy.sh development",
"deploy:prod": "./deploy.sh production"
},
"author": "{{ authors }}",
"license": "MIT",
"dependencies": {
"@helia/mfs": "^3.0.0",
"@near-js/accounts": "0.1.3",
"@near-js/crypto": "0.0.4",
"@near-js/keystores-browser": "0.2.0-next.15",
"@near-js/keystores-node": "0.0.4",
"@near-js/transactions": "0.2.0",
"@near-js/types": "0.0.4",
"@near-js/utils": "0.0.4",
"@near-js/wallet-account": "0.0.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"ethers": "^6.13.4",
"events": "^3.3.0",
"events-polyfill": "^2.1.2",
"helia": "^4.0.1",
"hono": "^4.5.9",
"jose": "^5.9.6",
"jsonwebtoken": "^9.0.2",
"jwk-to-pem": "^2.0.7",
"libp2p": "^1.3.1",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240821.1",
"chalk": "^5.3.0",
"typescript": "^5.5.4",
"wrangler": "^3.9.0"
}
}