-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.37 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.37 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
50
51
{
"name": "kluster",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"build": "tsc",
"serve": "node dist/src/index.js",
"dev": "pnpm build && pnpm serve",
"test": "ts-node tests/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/caching": "^8.3.0",
"@fastify/cors": "^9.0.0",
"@fastify/redis": "^6.1.1",
"@metaplex-foundation/mpl-token-metadata": "^3.1.2",
"@metaplex-foundation/umi": "^0.9.0",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.0",
"@raydium-io/raydium-sdk": "1.3.1-beta.47",
"@shyft-to/js": "^0.2.36",
"@solana/spl-token": "^0.3.11",
"@solana/web3.js": "^1.89.1",
"@solocker/vesting": "^0.0.7",
"abstract-cache": "^1.0.1",
"abstract-cache-redis": "^2.0.0",
"axios": "^1.6",
"axios-cache-interceptor": "^1.3.0",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"dotenv": "^16.4.1",
"fastify": "^4.25.2",
"graphql-request": "^6.1.0",
"ioredis": "^5.3.2",
"jsonstream-next": "3.0.0",
"lodash": "^4.17.21",
"redis": "^4.6.13",
"request": "2.88.2"
},
"devDependencies": {
"@types/big.js": "^6.2.2",
"@types/bn.js": "^5.1.5",
"@types/bs58": "^4.0.4",
"@types/jsonstream-next": "3.0.3",
"@types/lodash": "^4.17.0",
"@types/request": "2.48.12",
"typescript": "^5.3.3"
}
}