This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
generated from subsquid-labs/squid-substrate-template
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
50 lines (50 loc) · 1.72 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
49
50
{
"name": "@kodadot1/snek",
"version": "0.0.6",
"private": true,
"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 --subscriptions --max-root-fields 50 --dumb-cache in-memory --dumb-cache-ttl 1000 --dumb-cache-size 100 --dumb-cache-max-age 1000",
"test": "vitest --run --dir tests"
},
"dependencies": {
"@kodadot1/metasquid": "^0.1.3-rc.0",
"@kodadot1/minipfs": "^0.2.0-rc.0",
"@subsquid/archive-registry": "2.1.14",
"@subsquid/cli": "^2.3.1",
"@subsquid/graphql-server": "^3.3.2",
"@subsquid/ss58": "^0.1.4",
"@subsquid/substrate-processor": "2.4.1",
"@subsquid/typeorm-migration": "0.1.6",
"@subsquid/typeorm-store": "0.2.2",
"axios": "^1.1.3",
"dotenv": "^16.0.3",
"md5": "^2.3.0",
"nanoid": "3.3.4",
"pg": "^8.8.0",
"signale": "^1.4.0",
"type-graphql": "^1.2.0-rc.1",
"typeorm": "^0.3.10"
},
"devDependencies": {
"@subsquid/substrate-metadata-explorer": "1.1.2",
"@subsquid/substrate-typegen": "2.2.1",
"@subsquid/typeorm-codegen": "0.3.3",
"@types/md5": "^2.3.2",
"@types/node": "^18.11.9",
"@types/signale": "^1.4.4",
"@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.25.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-type-graphql": "^0.3.2",
"typescript": "~4.8.4",
"vitest": "^0.25.2"
}
}