forked from subquery/subql-solana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 KB
/
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
38
39
40
41
42
43
{
"name": "@subql/common",
"version": "0.19.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"src/**/*.ts\""
},
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
"author": "Ian He",
"main": "dist/index.js",
"license": "Apache-2.0",
"dependencies": {
"@polkadot/util": "^8",
"@subql/x-vm2": "^3.9.3-0.1.0",
"ansi-styles": "^6.1.0",
"bn.js": "5.2.0",
"chalk": "^4.1.2",
"class-transformer": "0.5.1",
"class-validator": "^0.13.2",
"detect-port": "^1.3.0",
"flatted": "^3.2.5",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"ipfs-http-client": "^52.0.3",
"js-yaml": "^4.1.0",
"pino": "^6.13.3",
"reflect-metadata": "^0.1.13",
"rotating-file-stream": "^3.0.2",
"sequelize": "^6.15.0",
"tar": "^6.1.11"
},
"devDependencies": {
"@types/bn.js": "4.11.6",
"@types/detect-port": "^1",
"@types/js-yaml": "^4.0.5",
"@types/pino": "^6.3.12",
"@types/tar": "^6.1.1"
},
"stableVersion": "0.18.0"
}