-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 921 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 921 Bytes
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
{
"name": "lol-elo-charts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"core": "pnpm --filter @lol-elo-charts/core",
"templates": "pnpm --filter @lol-elo-charts/templates",
"duoq": "pnpm --filter @lol-elo-charts/duoq-stats",
"shared": "pnpm --filter @lol-elo-charts/shared",
"valorant-api": "pnpm typed-openapi ./valorant-unofficial-api.json -o ./packages/core/src/valorantApi.gen.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"pnpm": {
"onlyBuiltDependencies": [
"arktype",
"canvas",
"es5-ext",
"esbuild",
"galeforce",
"puppeteer"
],
"patchedDependencies": {
"galeforce@0.6.1": "patches/galeforce@0.6.1.patch"
}
},
"devDependencies": {
"typed-openapi": "^0.4.1"
}
}