-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
37 lines (37 loc) · 980 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
33
34
35
36
37
{
"name": "algorand",
"version": "10.0.0",
"description": "algorand on metamask",
"main": "src/index.js",
"scripts": {
"test": "yarn build && yarn serve",
"postinstall": "patch-package",
"testUseWallet": "npx mm-snap build && npx mm-snap serve --root=useWalletIntegration_test/"
},
"repository": {
"type": "git",
"url": "https://github.com/paulfears/snapalgo.git"
},
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.17.2",
"@metamask/key-tree": "^6.0.0",
"@metamask/snaps-ui": "^0.29.0",
"algosdk": "1.14.0",
"async": "^3.2.4",
"async.js": "^0.9.5",
"bignumber.js": "^9.1.1",
"buffer": "^6.0.3",
"crypto-js": "^4.1.1",
"global": "^4.4.0",
"nvm": "^0.0.4",
"querystring": "^0.2.1",
"url-search-params-polyfill": "^8.1.1"
},
"devDependencies": {
"@metamask/snaps-cli": "^0.32.2",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0"
}
}