-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 862 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 862 Bytes
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
{
"name": "avalanche-dictionary",
"version": "0.1.0",
"description": "subquery diction for avalanche",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && subql build",
"prepack": "rm -rf dist && npm build",
"test": "jest",
"codegen": "subql codegen",
"start:docker": "docker-compose pull && docker-compose up --remove-orphans"
},
"homepage": "https://github.com/subquery/avalanche-dictionary",
"repository": "github:subquery/avalanche-dictionary",
"files": [
"dist",
"schema.graphql",
"project.yaml"
],
"author": "SubQuery Team",
"license": "Apache-2.0",
"dependencies": {
"@subql/types-avalanche": "^0.0.3-4"
},
"devDependencies": {
"@ethersproject/bytes": "^5.6.1",
"@subql/cli": "^1.0.0",
"typescript": "^4.6.2"
},
"resolutions": {
"ipfs-unixfs": "6.0.6"
}
}