-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
42 lines (42 loc) · 1.12 KB
/
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
{
"name": "@mintbase-js/auth",
"version": "0.6.6-beta-prerelease.3",
"description": "Wallet and auth functions for Mintbase JS SDK",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc && tsc --watch & jest --watch --coverage",
"lint": "eslint . --fix --ext ts",
"test": "jest --coverage"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@mintbase-js/sdk": "0.6.2",
"@mintbase-js/wallet": "0.6.2",
"@near-wallet-selector/core": "8.9.12",
"@near-wallet-selector/here-wallet": "8.9.12",
"@near-wallet-selector/ledger": "8.9.12",
"@near-wallet-selector/meteor-wallet": "8.9.12",
"@near-wallet-selector/modal-ui": "8.9.12",
"@near-wallet-selector/my-near-wallet": "8.9.12",
"@near-wallet-selector/wallet-connect": "8.9.12",
"bs58": "^5.0.0",
"js-sha256": "^0.9.0",
"rxjs": "^7.5.7"
},
"devDependencies": {
"@types/node": "18.11.9",
"jest-environment-jsdom": "^29.7.0"
},
"peerDependencies": {
"isomorphic-textencoder": "^1.0.1"
}
}