-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1014 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
38
39
40
41
42
43
{
"name": "aleo-wallet-adapters",
"displayName": "Aleo Wallet Adapters",
"version": "0.1.5",
"description": "Aleo adapters for multi aleo wallets",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/S-T-Soft/aleo-wallet-adapters.git"
},
"scripts": {
"build": "tsc",
"doc": "typedoc --plugin typedoc-plugin-markdown src/index.ts"
},
"keywords": [
"aleo",
"web3",
"crypto",
"wallet",
"adapter"
],
"author": "snowtigersoft",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"dependencies": {
"@demox-labs/aleo-wallet-adapter-base": "^0.0.22",
"@demox-labs/aleo-wallet-adapter-leo": "^0.0.22",
"@puzzlehq/sdk": "0.2.7"
},
"devDependencies": {
"ts-loader": "^9.4.1",
"typedoc": "^0.24.0",
"typedoc-plugin-markdown": "^3.13.6",
"typescript": "^4.9.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"process": "^0.11.10"
}
}