-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 788 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 788 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
28
29
30
31
32
33
34
35
{
"name": "@rathe/jito-block-engine-api",
"version": "1.0.0",
"description": "Jito Block Engine API client",
"author": "Max Koverdyaev",
"license": "MIT",
"keywords": [
"jito",
"solana",
"api"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"homepage": "https://github.com/rathe-tech/jito-block-engine-api",
"bugs": {
"url": "https://github.com/rathe-tech/jito-block-engine-api/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/rathe-tech/jito-block-engine-api.git"
},
"scripts": {
"build": "npx tsc"
},
"devDependencies": {
"@types/node": "^16.18.115",
"typescript": "^5.6.3"
},
"peerDependencies": {
"@solana/web3.js": "^1.95.4"
},
"dependencies": {
"bs58": "^6.0.0"
}
}