-
Notifications
You must be signed in to change notification settings - Fork 151
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "@dialectlabs/actions",
"version": "0.0.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/dialectlabs/actions"
},
"scripts": {
"dev": "tsx watch examples/hono/examples/index.ts"
},
"dependencies": {
"@hono/node-server": "^1.12.0",
"@hono/swagger-ui": "^0.4.0",
"@hono/zod-openapi": "^0.15.0",
"@jup-ag/api": "^6.0.27",
"@mercurial-finance/dynamic-amm-sdk": "^0.4.23",
"@metaplex-foundation/mpl-core": "^1.0.2",
"@metaplex-foundation/umi": "^0.9.2",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
"@solana/actions": "^1.6.5",
"@solana/spl-token-registry": "^0.2.4574",
"@solana/web3.js": "^1.95.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"hono": "^4.5.0",
"mathjs": "^13.0.0",
"sanctum-lst-list": "^0.2.13",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/bs58": "^4.0.4",
"@types/node": "^20.11.17",
"prettier": "^3.3.2",
"tsx": "^4.7.1"
}
}