-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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": "@phuture/subgraph",
"version": "0.1.0",
"private": true,
"license": "GPL-3.0-or-later",
"scripts": {
"build": "lerna run build --stream",
"codegen": "lerna run codegen --stream",
"lint": "lerna run lint --stream",
"lint:fix": "lerna run lint:fix --stream"
},
"workspaces": [
"subgraphs/**"
],
"devDependencies": {
"@graphprotocol/graph-cli": "^0.49.0",
"@types/node": "^20.2.3",
"@types/prettier": "^2.7.2",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@zapper-fi/eslint-plugin": "^1.4.0",
"assemblyscript": "^0.27.5",
"env-cmd": "^10.1.0",
"eslint": "~8.41.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unused-imports": "^2.0.0",
"glob": "^10.2.6",
"husky": "8.0.3",
"lint-staged": "^13.2.2",
"minify": "10.0.0",
"mustache": "^4.2.0",
"node-fetch": "3.3.1",
"prettier": "2.8.8",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "5.0.4",
"yargs": "^17.7.2"
},
"dependencies": {
"@graphprotocol/graph-ts": "0.30.0",
"lerna": "^6.6.2"
}
}