-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.74 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@zero-tech/zns-sdk",
"version": "0.10.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "[email protected]:zer0-os/zNS-sdk.git",
"author": "zero-tech",
"license": "MIT",
"files": [
"lib/",
"src/"
],
"scripts": {
"build": "tsc --build --verbose ./tsconfig.build.json",
"lint": "eslint --fix src",
"style": "prettier --write ./src/**/*.ts",
"test": "mocha --config .mocharc.js",
"typechain": "typechain --target ethers-v5 --out-dir src/contracts/types/ \"abi/**/*.json\""
},
"devDependencies": {
"@typechain/ethers-v5": "7.0.1",
"@types/chai": "4.2.21",
"@types/chai-as-promised": "7.1.4",
"@types/coingecko-api": "1.0.10",
"@types/mocha": "9.0.0",
"@types/node": "16.7.13",
"@types/node-fetch": "3.0.3",
"@types/sinon": "10.0.2",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"@zero-tech/zauction-sdk": "0.2.12",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"eslint": "7.32.0",
"eslint-plugin-prettier": "4.0.0",
"ethers": "5.4.7",
"mocha": "9.1.1",
"prettier": "2.3.2",
"sinon": "11.1.2",
"ts-mock-imports": "1.3.8",
"ts-node": "10.2.1",
"typechain": "5.1.2",
"typescript": "4.4.2"
},
"dependencies": {
"@apollo/client": "3.4.10",
"@ethersproject/abi": "5.4.1",
"@ethersproject/bytes": "5.4.0",
"@ethersproject/providers": "5.4.5",
"@zero-tech/zero-contracts": "^0.0.4",
"coingecko-api": "1.0.10",
"consola": "2.15.3",
"cross-fetch": "3.1.4",
"dotenv": "16.0.1",
"env-var": "7.1.1",
"graphql": "15.5.3",
"lolex": "6.0.0"
},
"peerDependencies": {
"@zero-tech/zauction-sdk": ">=0.1.4",
"ethers": "^5.4.6"
}
}