-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 843 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
{
"name": "@chainify/solana",
"version": "2.4.1",
"description": "",
"author": "Liquality <info@liquality.io>",
"homepage": "",
"license": "ISC",
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
"files": [
"dist/**"
],
"scripts": {
"build": "tsc",
"clean": "rm -rf node_modules .turbo dist"
},
"dependencies": {
"@chainify/client": "workspace:*",
"@chainify/errors": "workspace:*",
"@chainify/logger": "workspace:*",
"@chainify/types": "workspace:*",
"@chainify/utils": "workspace:*",
"@solana/spl-token": "0.2.0",
"@solana/spl-token-registry": "0.2.4574",
"@solana/web3.js": "1.50.1",
"bip39": "^3.0.4",
"ed25519-hd-key": "^1.2.0",
"tweetnacl": "^1.0.3"
}
}