-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.1 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.1 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
34
{
"name": "wrap-scheduler-subgraph",
"version": "1.0.4",
"description": "A subgraph for the auto-wrap scheduler contracts",
"keywords": [
"subgraph"
],
"license": "MIT",
"author": "Superfluid",
"scripts": {
"build": "graph build ./eth-mainnet.subgraph.yaml",
"deploy:test": "graph deploy --product hosted-service msoni89/auto-wrap-v1-opsepolia-test optimism-sepolia.subgraph.yaml",
"dev": "nodemon -e ts -x yarn test",
"gen": "npm-run-all -s gen:yaml gen:types",
"gen:types": "graph codegen ./optimism-sepolia.subgraph.yaml --output-dir src/types/",
"gen:yaml": "ts-node ./scripts/generate-yamls.ts",
"test": "echo 'no graph test yet'"
},
"devDependencies": {
"@goldskycom/cli": "^12.0.0",
"@graphprotocol/graph-cli": "^0.97.0",
"@graphprotocol/graph-ts": "^0.38.0",
"@types/node": "^22.13.10",
"assemblyscript": "0.19.23",
"assemblyscript-json": "^1.1.0",
"matchstick-as": "^0.6.0",
"mustache": "^4.2.0",
"nodemon": "^3.1.9",
"npm-run-all": "^4.1.5",
"prettier": "^3.5.3",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
}
}