-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 936 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": "moonriver",
"version": "1.0.0",
"description": "Moonriver Substrate and EVM data",
"main": "dist/index.js",
"scripts": {
"build": "tsc -b",
"prepack": "rm -rf dist && npm build",
"test": "jest",
"codegen": "./node_modules/.bin/subql codegen",
"lint": "eslint . --ext .ts"
},
"homepage": "https://github.com/bizzyvinci/moonriver-unified-subquery",
"repository": "github:bizzyvinci/moonriver-unified-subquery",
"files": [
"dist",
"schema.graphql",
"project.yaml"
],
"author": "Bisola Olasehinde",
"license": "MIT",
"devDependencies": {
"@polkadot/api": "^6.6.1",
"@subql/cli": "^0.15.0",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint": "^8.6.0",
"typescript": "^4.1.3"
},
"dependencies": {
"@subql/contract-processors": "^0.3.0",
"@subql/types": "^0.10.0",
"ethers": "^5.5.0"
}
}