-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "@zetachain/localnet",
"private": false,
"version": "0.0.0-set-on-publish",
"description": "",
"scripts": {
"build": "del-cli dist && tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"files": [
"dist"
],
"exports": {
"./tasks": "./dist/tasks/src/index.js",
"./localnet": {
"import": "./dist/localnet/src/index.js",
"require": "./dist/localnet/src/index.js",
"types": "./dist/localnet/src/index.d.ts"
}
},
"keywords": [],
"author": "ZetaChain",
"license": "MIT",
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72",
"devDependencies": {
"@types/wait-on": "^5.3.4",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"del-cli": "^5.1.0",
"eslint": "^9.8.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"dependencies": {
"@inquirer/prompts": "^5.5.0",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@zetachain/protocol-contracts": "10.0.0-rc11",
"ansis": "^3.3.2",
"concurrently": "^8.2.2",
"ethers": "^6.13.2",
"hardhat": "^2.22.8",
"wait-on": "^7.2.0"
}
}