This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.09 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"namespace": "multiplechain",
"name": "@multiplechain/solana",
"version": "0.3.4",
"description": "Solana has ready-made methods to connect to wallets and perform many transactions.",
"scripts": {
"serve": "parcel test.html --port 4033 --no-cache --dist-dir test",
"build": "webpack",
"push": "webpack && npm publish"
},
"files": [
"src",
"dist"
],
"main": "dist/solana-provider.js",
"types": "index.d.ts",
"typings": "index.d.ts",
"prepublishOnly": "npm run build",
"repository": {
"type": "git",
"url": "git+https://github.com/MultipleChain/solana-js.git"
},
"keywords": [
"Solana",
"crypto",
"payment"
],
"author": "MultipleChain",
"license": "MIT",
"bugs": {
"url": "https://github.com/MultipleChain/solana-js/issues"
},
"homepage": "https://github.com/MultipleChain/solana-js",
"dependencies": {
"@metaplex-foundation/js": "^0.19.5",
"@multiplechain/spl-token-metadata": "^0.1.2",
"@multiplechain/utils": "^0.1.1",
"@solana/spl-token": "0.1.8",
"@solana/spl-token-registry": "^0.2.4574",
"@solana/wallet-adapter-bitkeep": "^0.3.19",
"@solana/wallet-adapter-coinbase": "^0.1.18",
"@solana/wallet-adapter-phantom": "^0.9.22",
"@solana/wallet-adapter-slope": "^0.5.20",
"@solana/wallet-adapter-solflare": "^0.6.24",
"@solana/wallet-adapter-tokenpocket": "^0.4.19",
"@solana/wallet-adapter-torus": "^0.11.28",
"@solana/wallet-adapter-trust": "^0.1.13",
"@solana/web3.js": "^1.78.5",
"@walletconnect/qrcode-modal": "^1.8.0",
"@walletconnect/sign-client": "^2.10.0",
"@walletconnect/utils": "^2.10.0",
"bignumber.js": "^9.1.2",
"solana-wallets-vue": "^0.6.0"
},
"alias": {
"process": {
"global": "process"
}
},
"devDependencies": {
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^5.7.1",
"https-browserify": "^1.0.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.3",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1"
}
}