-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 943 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
{
"name": "ethereum-pricies-on-zksync",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"format": "prettier --write .",
"test": "echo \"No tests specified\" && exit 0"
},
"dependencies": {
"ethers": "^5.5.2"
},
"devDependencies": {
"eslint": "^8.8.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"prettier": "^2.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeesura/Ethereum-Pools-Reserves-and-Prices-on-zkSync.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codeesura/Ethereum-Pools-Reserves-and-Prices-on-zkSync/issues"
},
"homepage": "https://github.com/codeesura/Ethereum-Pools-Reserves-and-Prices-on-zkSync#readme"
}