forked from OpenZeppelin/openzeppelin-subgraphs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "@openzeppelin/subgraphs",
"description": "Subgraph templates for @openzeppelin/contracts",
"version": "0.1.8-5",
"author": "OpenZeppelin Community <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/OpenZeppelin/openzeppelin-subgraphs.git#readme",
"files": [
"generated/schema.ts",
"generated/*.graphql",
"generated/**/*.ts",
"src",
"CHANGELOG.md",
"LICENCE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/OpenZeppelin/openzeppelin-subgraphs.git"
},
"bugs": {
"url": "https://github.com/OpenZeppelin/openzeppelin-subgraphs.git/issues"
},
"scripts": {
"docs": "oz-docs",
"docs:watch": "npm run docs watch",
"prepublish": "rimraf artifacts build cache generated",
"prepare": "bash scripts/prepare.sh",
"test": "bash scripts/test.sh"
},
"dependencies": {
"@amxx/graphprotocol-utils": "^1.1.0",
"@openzeppelin/contracts": "^5.0.2"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.68.5",
"@graphprotocol/graph-ts": "^0.33.0",
"@openzeppelin/docs-utils": "^0.1.5",
"jq.node": "^2.4.0"
}
}