-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"name": "@incentiv/ui-sdk",
"version": "0.6.8",
"main": "./dist/src/index.js",
"license": "MIT",
"files": [
"dist/src",
"src",
"README.md"
],
"scripts": {
"clear": "rm -rf dist",
"tsc": "tsc",
"watch-tsc": "tsc -w --preserveWatchOutput",
"prepare": "npm install --ignore-scripts && tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/IncentivNetwork/ui-sdk"
},
"dependencies": {
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/networks": "^5.7.0",
"@ethersproject/properties": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@types/debug": "^4.1.7",
"base64url": "^3.0.1",
"debug": "^4.3.4",
"ethers": "^5.7.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.3",
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"chai": "^4.3.6",
"hardhat": "^2.11.0",
"typescript": "^5.6.2"
}
}