-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.49 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
51
{
"name": "@giveth/giveconomy-monitoring",
"version": "1.0.0",
"description": "GIVeconomy monitoring service",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"codegen": "squid-typeorm-codegen",
"eslint:fix": "eslint --no-warn-ignored --fix src/*.ts src/**/*.ts src/**/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Giveth/giveconomy-monitoring.git"
},
"keywords": [
"GIVeconomy",
"sqd",
"ethereum"
],
"author": "Amin Latifi",
"license": "ISC",
"bugs": {
"url": "https://github.com/Giveth/giveconomy-monitoring/issues"
},
"homepage": "https://github.com/Giveth/giveconomy-monitoring#readme",
"dependencies": {
"@subsquid/cli": "^3.0.3",
"@subsquid/evm-abi": "^0.3.1",
"@subsquid/evm-processor": "^1.27.0",
"@subsquid/graphql-server": "^4.9.0",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.5.1",
"dotenv": "^16.4.7",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@subsquid/evm-typegen": "^4.3.0",
"@subsquid/typeorm-codegen": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^4.1.4",
"prettier": "3.4.2",
"typescript": "^5.7.3"
}
}