forked from huijing/tollpost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 713 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 713 Bytes
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
{
"name": "tollpost",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test:402": "bun run scripts/test-client.ts",
"test:pay": "bun run scripts/test-client.ts --pay",
"balance": "bun run scripts/withdraw.ts balance",
"withdraw": "bun run scripts/withdraw.ts"
},
"dependencies": {
"@astrojs/mdx": "5.0.0",
"@astrojs/node": "^10.0.1",
"@astrojs/rss": "4.0.17",
"@astrojs/sitemap": "3.7.1",
"@circle-fin/x402-batching": "^2.0.4",
"@x402/core": "^2.6.0",
"@x402/evm": "^2.6.0",
"astro": "6.0.4",
"sharp": "^0.34.5",
"viem": "^2.47.4"
}
}