forked from OpenZeppelin/openzeppelin-subgraphs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.36 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.36 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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@openzeppelin/subgraphs",
"description": "Subgraph templates for @openzeppelin/contracts",
"version": "0.1.8-5",
"author": "OpenZeppelin Community <maintainers@openzeppelin.org>",
"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",
"@ethersproject/contract": "^6.0.0-beta.1",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^6.0.0-beta.8",
"@openzeppelin/contracts": "^4.8.1",
"axios": "^1.4.0",
"dotenv": "^16.0.3",
"ethers": "^6.3.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.42.2",
"@graphprotocol/graph-ts": "^0.29.3",
"@openzeppelin/docs-utils": "^0.1.3",
"jq.node": "^2.4.0"
}
}