-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
31 lines (31 loc) · 946 Bytes
/
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
{
"name": "@solflare-wallet/solana-snap",
"version": "1.0.3",
"description": "Manage Solana-based tokens and NFTs, swap, stake, bridge from EVM to SOL, and connect to Solana apps with MetaMask.",
"main": "src/index.js",
"scripts": {
"start": "mm-snap build && mm-snap serve",
"build": "mm-snap build",
"deploy": "npm run build && npm publish"
},
"homepage": "https://github.com/solflare-wallet/solflare-snap",
"author": "Solflare Developers <developers@solflare.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/solflare-wallet/solflare-snap.git"
},
"bugs": "https://github.com/solflare-wallet/solflare-snap/issues",
"files": [
"dist/",
"logo.svg",
"snap.manifest.json"
],
"dependencies": {
"@babel/runtime": "^7.21.5",
"@metamask/key-tree": "^7.0.0",
"@metamask/snaps-ui": "^0.32.2",
"bs58": "^5.0.0",
"tweetnacl": "^1.0.3"
}
}