-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
52 lines (52 loc) · 1.64 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
47
48
49
50
51
52
{
"name": "olympus-subgraph",
"version": "0.1.0",
"description": "Subgraphs for OlympusDAO. NOTE: This does not build a package.",
"author": {
"name": "Jem",
"email": "[email protected]",
"url": "https://github.com/0xJem"
},
"private": true,
"repository": "https://github.com/OlympusDAO/olympus-protocol-metrics-subgraph",
"scripts": {
"create-local": "graph create --node http://localhost:8020/ olympus",
"remove-local": "graph remove --node http://localhost:8020/ olympus",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 olympus",
"ls-deadcode": "yarn ts-prune -p tsconfig.ts-prune.json | grep -v 'used in module'",
"subgraph": "yarn ts-node bin/subgraph/src/index.ts"
},
"dependencies": {
"@apollo/client": "^3.8.4",
"@graphprotocol/graph-cli": "^0.79.0",
"@graphprotocol/graph-ts": "^0.35.0",
"assemblyscript-json": "^1.1.0",
"commander": "^9.4.0",
"cross-fetch": "^4.0.0",
"dotenv": "^16.0.2",
"graphql": "^16.8.1",
"node-fetch": "^2.6.7",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/json-diff": "^0.7.0",
"@types/node": "^18",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.23.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"json-diff": "^0.9.0",
"matchstick-as": "^0.5.0",
"mustache": "^4.2.0",
"prettier": "^2.6.2",
"ts-prune": "^0.10.3",
"typescript": "^4.9.3"
},
"resolutions": {
"ejs": "^3.1.7",
"node-forge": "^1.3.0",
"node-fetch": "^2.6.7",
"ramda": "^0.27.2",
"yargs-parser": "^18.1.1"
}
}