-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 963 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
33
34
35
36
37
38
{
"name": "@solarity/graph-lib",
"version": "1.0.0-rc.5",
"license": "MIT",
"author": "Distributed Lab",
"readme": "README.md",
"description": "Useful modules for developing subgraphs for The Graph protocol",
"keywords": [
"distributedlab",
"solarity",
"ethereum",
"subgraph",
"thegraph"
],
"scripts": {
"prepare": "npx husky",
"test": "graph test",
"lint-fix": "prettier --write \"./**/*.{ts,js}\"",
"clean": "bash ./scripts/clean.sh",
"publish-to-npm": "npm run lint-fix && bash ./scripts/publish.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dl-solarity/graph-lib.git"
},
"bugs": {
"url": "https://github.com/dl-solarity/graph-lib/issues"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.48.0",
"@graphprotocol/graph-ts": "0.29.3"
},
"devDependencies": {
"matchstick-as": "0.5.2",
"husky": "^9.0.11",
"prettier": "^3.2.5"
}
}