-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 978 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
36
37
{
"name": "setheum-subql",
"version": "1.0.0",
"description": "Setheum SubQL",
"main": "dist/index.js",
"scripts": {
"build": "tsc -b",
"prepack": "rm -rf dist && npm build",
"test": "jest",
"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": "SetheumJS Community",
"license": "Apache-2.0",
"devDependencies": {
"@polkadot/api": "^5.9.1",
"@setheum.js/types": "^1.0.0",
"@subql/cli": "latest",
"@subql/types": "latest",
"typescript": "^4.1.3"
},
"dependencies": {
"@open-web3/orml-types": "^1.0.1",
"@polkadot/typegen": "^6.5.1",
"@polkadot/types": "^6.3.1",
"@setheum.js/api": "^2.1.0",
"@setheum.js/api-derive": "^2.1.0",
"@setheum.js/sdk-core": "^1.0.0",
"@setheum.js/type-definitions": "^2.1.0"
}
}