-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.62 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@metadaoproject/futarchy-sdk",
"version": "4.0.0-alpha.54",
"type": "module",
"main": "dist",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "tsc --project tsconfig.build.json && tscpaths -p tsconfig.json -s ./lib -o ./dist && tsc-alias -p tsconfig.build.json",
"build:tests": "tsc && tscpaths -p tsconfig.json -s ./tests -o ./dist"
},
"keywords": [
"solana",
"dao",
"futarchy",
"crypto"
],
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@coral-xyz/borsh": "^0.30.1",
"@metadaoproject/futarchy": "0.3.0-alpha.10",
"@metadaoproject/futarchy-ts": "4.1.0",
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
"@metaplex-foundation/umi": "^0.9.1",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.1",
"@metaplex-foundation/umi-uploader-bundlr": "^0.9.1",
"@openbook-dex/openbook-v2": "^0.2.6",
"@solana/buffer-layout": "^4.0.1",
"@solana/spl-memo": "^0.2.5",
"@solana/spl-token": "^0.3.11",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/web3.js": "^1.91.7",
"@types/bn.js": "^5.1.5",
"@types/bun": "^1.1.0",
"@types/numeral": "^2.0.4",
"bn.js": "^5.2.1",
"bs58": "^6.0.0",
"camelcase": "^8.0.0",
"dayjs": "^1.11.11",
"graphql-ws": "^5.16.0",
"numeral": "^2.0.6",
"rxjs": "^7.8.1",
"tsc-alias": "^1.8.10",
"utf8": "^3.0.0"
},
"devDependencies": {
"@types/utf8": "^3.0.3",
"semantic-release": "^24.0.0",
"tsconfig-paths": "^4.2.0",
"tscpaths": "^0.0.9",
"typescript": "^5.4.5"
},
"files": [
"dist"
]
}