-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.04 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.04 KB
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": "algebra-subgraph",
"version": "1.2.1",
"repository": "https://github.com/graphprotocol/algebra-subgraph",
"license": "GPL-3.0-or-later",
"scripts": {
"codegen": "graph codegen --output-dir src/types",
"build": "graph build",
"deploy": "graph deploy",
"prepare-network": "tsx scripts/prepare-network.ts",
"build-subgraph": "tsx scripts/build-subgraph.ts",
"deploy-subgraph": "tsx scripts/deploy-subgraph.ts",
"build-all": "tsx scripts/build-all.ts",
"test": "graph test",
"lint": "eslint . --ext .ts,.js",
"format": "prettier --write ."
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.97.1",
"@graphprotocol/graph-ts": "^0.38.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"mustache": "^4.2.0",
"cross-env": "^7.0.3",
"tsx": "^4.19.2",
"@types/node": "^22.9.0",
"@types/mustache": "^4.2.5"
}
}