-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 963 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-adapters",
"private": false,
"version": "1.1.7",
"type": "module",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md"
],
"keywords": [
"aleo",
"aleo-adapters",
"aleo blockchain",
"aleo wallet",
"puzzle",
"puzzle wallet",
"soter wallet",
"fox wallet",
"aleo fox",
"aleo react"
],
"author": "arcane-finance",
"repository": "https://github.com/arcane-finance-defi/aleo-adapters",
"bugs": "https://github.com/arcane-finance-defi/aleo-adapters/issues",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@demox-labs/aleo-wallet-adapter-base": "0.0.19",
"@demox-labs/aleo-wallet-adapter-leo": "^0.0.21",
"@puzzlehq/sdk": "^0.5.2"
},
"devDependencies": {
"ts-loader": "^9.4.1",
"typescript": "^4.9.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"process": "^0.11.10"
}
}