-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 998 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
{
"name": "gafi-query",
"version": "1.0.1",
"description": "Subquery project for GAFI network",
"main": "dist/index.js",
"scripts": {
"subql:publish": "subql publish",
"build": "subql build",
"prepack": "rm -rf dist && npm build",
"test": "jest",
"codegen": "./node_modules/.bin/subql codegen",
"reset-docker": "rm -rf .data && yarn build && docker-compose pull && docker-compose up",
"start:docker": "yarn build && docker-compose pull && docker-compose up"
},
"homepage": "https://github.com/subquery/subql-starter",
"repository": "https://github.com/cryptoviet/gafi-query",
"files": [
"dist",
"schema.graphql",
"project.yaml"
],
"author": "Mike Luu",
"license": "Apache-2.0",
"dependencies": {
"@polkadot/api": "^8",
"@polkadot/util": "^9.0.1",
"@subql/cli": "latest",
"@subql/types": "latest",
"typescript": "^4.1.3",
"@polkadot/keyring": "^9.0.1"
},
"resolutions": {
"ipfs-unixfs": "6.0.6"
}
}