-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 951 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
{
"name": "@elrond-giants/erdjs-auth",
"version": "0.10.2",
"description": "Easy to use MultiversX typescript Auth Providers, with a common interface.",
"main": "dist/index.js",
"types": "dist/index.d.js",
"scripts": {
"build": "rimraf dist && tsc",
"prepare": "npm run build"
},
"keywords": [
"erdjs",
"multiversx signing providers",
"MultiversX"
],
"author": "ElrondGiants",
"license": "MIT",
"dependencies": {
"@multiversx/sdk-core": "^13.4.0",
"@multiversx/sdk-extension-provider": "^3.0.0",
"@multiversx/sdk-hw-provider": "^6.4.0",
"@multiversx/sdk-wallet": "^4.5.0",
"@multiversx/sdk-wallet-connect-provider": "^4.1.3",
"@multiversx/sdk-web-wallet-provider": "^3.2.1",
"tslib": "^2.4.0"
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "^4.7.3"
},
"repository": {
"type": "git",
"url": "git://github.com/Elrond-Giants/erdjs-auth.git"
}
}