forked from darwinia-network/subql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 872 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
{
"name": "smart-app-query",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc -b",
"prepack": "rm -rf dist && npm build",
"test": "jest",
"start": "docker-compose pull && docker-compose up --remove-orphans",
"format": "prettier ./src/**/*.ts --config='./prettier.config.js' --write",
"codegen": "./node_modules/.bin/subql codegen"
},
"homepage": "https://github.com/subquery/subql-starter",
"repository": "github:subquery/subql-starter",
"files": [
"dist",
"schema.graphql",
"project.yaml"
],
"author": "sxlwar",
"license": "Apache-2.0",
"devDependencies": {
"@polkadot/api": "4.12.1",
"@subql/cli": "0.9.1",
"@subql/types": "0.7.1",
"prettier": "^2.2.1",
"prettier-quick": "^0.0.5",
"pretty-quick": "^3.1.0",
"typescript": "^4.1.3"
}
}