-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.63 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
44
45
46
47
48
{
"name": "squid-sqwid-marketplace",
"version": "2.0.0",
"scripts": {
"build": "rm -rf lib && tsc",
"update": "npx npm-check-updates --filter /subsquid/ --upgrade && npm i -f",
"db:migrate": "npx squid-typeorm-migration apply",
"processor:start": "node lib/processor.js",
"query-node:start": "squid-graphql-server",
"lint": "eslint . --ext .ts --ignore-path .gitignore --ignore-pattern src/abi/**/* --fix"
},
"dependencies": {
"@subsquid/archive-registry": "^3.3.2",
"@subsquid/big-decimal": "^1.0.0",
"@subsquid/cli": "^3.0.0",
"@subsquid/graphql-server": "^4.3.1",
"@subsquid/ss58": "^2.0.1",
"@subsquid/substrate-processor": "^7.2.1",
"@subsquid/typeorm-migration": "^1.2.2",
"@subsquid/typeorm-store": "^1.2.4",
"axios": "^1.3.4",
"bignumber.js": "^9.1.1",
"dotenv": "^16.0.0",
"ethers": "^6.8.1",
"firebase-admin": "^12.0.0",
"graphql-type-json": "^0.3.2",
"pg": "^8.7.3",
"pusher": "^5.2.0",
"type-graphql": "^1.2.0-rc.1",
"typeorm": "^0.3.6"
},
"devDependencies": {
"@subsquid/evm-typegen": "^3.2.3",
"@subsquid/substrate-metadata-explorer": "^3.1.1",
"@subsquid/substrate-typegen": "^8.0.1",
"@subsquid/typeorm-codegen": "^1.3.2",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-type-graphql": "^0.3.2",
"typescript": "~4.9.3"
}
}