forked from subquery/subql-dictionary
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 948 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": "subql-dictionary",
"version": "1.0.0",
"description": "A SubQuery Dictionary Project that provides increased indexing speed to all projects",
"main": "dist/index.js",
"scripts": {
"build": "subql build",
"prepack": "rm -rf dist && npm build",
"test": "jest",
"codegen": "subql codegen",
"start:docker": "docker-compose pull && docker-compose up --remove-orphans",
"down:docker": "docker-compose down -v"
},
"homepage": "https://github.com/subquery/subql-dictionary",
"repository": "github:subquery/subql-dictionary",
"files": [
"dist",
"schema.graphql",
"project.yaml"
],
"author": "SubQuery Network",
"license": "Apache-2.0",
"devDependencies": {
"@polkadot/api": "^9",
"@subql/cli": "^4.2.2",
"@subql/types": "latest",
"typescript": "^4.1.3"
},
"exports": {
"chaintypes": "src/chaintypes.ts"
},
"resolutions": {
"ipfs-unixfs": "6.0.6"
}
}