-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 974 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
{
"name": "toaster-subgraphs",
"license": "UNLICENSED",
"scripts": {
"_codegen": "graph codegen",
"build": "graph build",
"deploy": "sh scripts/deploy.sh --",
"codegen": "sh scripts/codegen.sh --",
"build:docker": "docker build -t matchstick .",
"test": "graph test -d",
"deploy-stage": "sh scripts/deploy-stage.sh --stage",
"deploy-multiple": "sh scripts/deploy-multiple.sh --multiple",
"deploy-id": "sh scripts/deploy-id.sh --id",
"update": "sh scripts/update.sh --",
"validate": "sh scripts/validate.sh --",
"make-yaml": "sh scripts/make-yaml.sh --"
},
"dependencies": {
"@graphprotocol/graph-cli": "^0.80.0",
"@graphprotocol/graph-ts": "0.32.0",
"@prisma/client": "^5.14.0",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2"
},
"devDependencies": {
"matchstick-as": "^0.6.0",
"mustache": "^4.2.0",
"prisma": "^5.14.0"
}
}