forked from Uniswap/v3-subgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 859 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 859 Bytes
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
{
"name": "uniswap-v3-subgraph",
"version": "1.0.0",
"repository": "https://github.com/graph-buildersdao/uniswap-v3-subgraph",
"license": "GPL-3.0-or-later",
"scripts": {
"build": "cross-env ts-node ./script/build",
"lint": "eslint . --ext .ts --fix"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.64.1",
"@graphprotocol/graph-ts": "^0.38.1",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"@uniswap/eslint-config": "^1.2.0",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"eslint-config-prettier": "^6.1.0",
"eslint": "^8.57.0",
"fs-extra": "^11.1.0",
"mustache": "^3.1.0",
"prettier": "^1.18.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"yargs": "17.7.2"
}
}