-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 923 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
32
{
"name": "@elli-wallet/sui-snap",
"version": "1.0.3",
"description": "Manage Sui-based tokens and NFTs, stake and connect to Sui 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/sui-snap",
"author": "Solflare Developers <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/solflare-wallet/sui-snap.git"
},
"bugs": "https://github.com/solflare-wallet/sui-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",
"@noble/hashes": "^1.3.1",
"base64-js": "^1.5.1",
"tweetnacl": "^1.0.3"
}
}