-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
143 lines (143 loc) · 4.86 KB
/
package.json
File metadata and controls
143 lines (143 loc) · 4.86 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "coingecko-api",
"main": "src/index.ts",
"description": "Serves data on the Olympus protocol to the CoinGecko API",
"devDependencies": {
"@opentelemetry/api-metrics": "^0.33.0",
"@pulumi/gcp": "^9.18.0",
"@pulumi/pulumi": "^3.229.0",
"@types/node": "^18.16.7",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"dotenv": "^16.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-unused-imports": "^4.4.1",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@google-cloud/firestore": "^6.5.0",
"@olympusdao/treasury-subgraph-client": "^2.0.0"
},
"scripts": {
"build": "tsc",
"lint": "eslint --fix src/**/*.ts",
"lint:check": "eslint src/**/*.ts --quiet",
"start": "ts-node src/app/cli.ts",
"preinstall": "npx only-allow@1.2.2 pnpm"
},
"packageManager": "pnpm@10.33.0",
"engines": {
"pnpm": "10.33.0",
"npm": "use-pnpm",
"yarn": "use-pnpm"
},
"pnpm": {
"overrides": {
"@babel/runtime": ">=7.26.10",
"@fastify/multipart": ">=8.3.1",
"@grpc/grpc-js": ">=1.8.22",
"ajv": "6.14.0",
"axios": ">=0.30.3",
"brace-expansion": ">=2.0.3",
"braces": ">=3.0.3",
"cross-spawn": ">=7.0.5",
"dset": ">=3.1.4",
"fast-xml-parser": ">=5.5.7",
"fastify": ">=5.8.3",
"find-my-way": ">=8.2.2",
"flatted": ">=3.4.2",
"follow-redirects": ">=1.15.6",
"form-data": ">=4.0.4",
"glob": ">=10.5.0",
"handlebars": ">=4.7.9",
"js-yaml": ">=4.1.1",
"jws": ">=4.0.1",
"lodash": ">=4.18.0",
"micromatch": ">=4.0.8",
"minimatch": ">=9.0.7",
"markdown-it": ">=13.0.2",
"node-forge": ">=1.4.0",
"picomatch": ">=3.0.2",
"protobufjs": ">=7.2.5",
"qs": ">=6.14.1",
"tar": ">=7.5.11",
"underscore": ">=1.13.8",
"yaml": ">=2.8.3",
"zod": ">=3.22.3",
"@babel/runtime@<7.26.10": ">=7.26.10",
"@fastify/multipart@<=8.3.0": ">=8.3.1",
"@grpc/grpc-js@<1.8.22": ">=1.8.22",
"ajv@<6.14.0": "6.14.0",
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0",
"axios@<0.30.0": ">=0.30.0",
"axios@<=0.30.2": ">=0.30.3",
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
"brace-expansion@<1.1.13": ">=1.1.13",
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
"brace-expansion@>=2.0.0 <2.0.3": ">=2.0.3",
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
"braces@<3.0.3": ">=3.0.3",
"cookie@<0.7.0": ">=0.7.0",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"diff@>=4.0.0 <4.0.4": ">=4.0.4",
"dset@<3.1.4": ">=3.1.4",
"es5-ext@>=0.10.0 <0.10.63": ">=0.10.63",
"fast-xml-parser@>=4.0.0-beta.0 <4.5.4": ">=4.5.4",
"fast-xml-parser@>=4.0.0-beta.3 <4.5.5": ">=4.5.5",
"fast-xml-parser@>=4.0.0-beta.3 <=5.5.6": ">=5.5.7",
"fast-xml-parser@>=4.1.3 <4.5.4": ">=4.5.4",
"fastify@<5.7.2": ">=5.7.2",
"fastify@<=5.7.2": ">=5.7.3",
"fastify@<=5.8.2": ">=5.8.3",
"find-my-way@>=5.5.0 <8.2.2": ">=8.2.2",
"flatted@<3.4.0": ">=3.4.0",
"flatted@<=3.4.1": ">=3.4.2",
"follow-redirects@<1.15.4": ">=1.15.4",
"follow-redirects@<=1.15.5": ">=1.15.6",
"form-data@>=4.0.0 <4.0.4": ">=4.0.4",
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
"handlebars@>=4.0.0 <4.7.9": ">=4.7.9",
"handlebars@>=4.0.0 <=4.7.8": ">=4.7.9",
"handlebars@>=4.6.0 <=4.7.8": ">=4.7.9",
"js-yaml@<3.14.2": ">=3.14.2",
"js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
"jws@=4.0.0": ">=4.0.1",
"lodash@<=4.17.23": ">=4.18.0",
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
"lodash@>=4.0.0 <=4.17.23": ">=4.18.0",
"micromatch@<4.0.8": ">=4.0.8",
"minimatch@<3.1.3": ">=3.1.3",
"minimatch@<3.1.4": ">=3.1.4",
"minimatch@>=5.0.0 <5.1.7": ">=5.1.7",
"minimatch@>=5.0.0 <5.1.8": ">=5.1.8",
"minimatch@>=9.0.0 <9.0.6": ">=9.0.6",
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7",
"markdown-it@<13.0.2": ">=13.0.2",
"node-forge@<1.3.2": ">=1.3.2",
"node-forge@<1.4.0": ">=1.4.0",
"node-forge@<=1.3.3": ">=1.4.0",
"picomatch@<2.3.2": ">=2.3.2",
"picomatch@>=3.0.0 <3.0.2": ">=3.0.2",
"protobufjs@>=7.0.0 <7.2.5": ">=7.2.5",
"qs@<6.14.1": ">=6.14.1",
"qs@>=6.7.0 <=6.14.1": ">=6.14.2",
"tar@<7.5.7": ">=7.5.7",
"tar@<7.5.8": ">=7.5.8",
"tar@<=7.5.10": ">=7.5.11",
"tar@<=7.5.2": ">=7.5.3",
"tar@<=7.5.3": ">=7.5.4",
"tar@<=7.5.9": ">=7.5.10",
"tmp@<=0.2.3": ">=0.2.4",
"underscore@<=1.13.7": ">=1.13.8",
"yaml@>=1.0.0 <1.10.3": ">=1.10.3",
"yaml@>=2.0.0 <2.8.3": ">=2.8.3",
"zod@<=3.22.2": ">=3.22.3"
}
}
}