-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.13 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
{
"private": true,
"type": "module",
"name": "gol2-indexer-root",
"version": "0.0.0-source",
"license": "UNLICENSED",
"files": [],
"scripts": {
"build": "pnpm --color --recursive build",
"dev": "pnpm --color --recursive dev",
"debug": "pnpm --color --recursive debug",
"prod": "pnpm --color --recursive prod",
"pgcli": "dotenv -- pnpm -c exec 'pgcli \"$DATABASE_URL\"'",
"check": "pnpm --color /^check:.*/",
"check:biome": "biome check .",
"check:tsc": "tsc --build",
"check:recursive": "pnpm --color --recursive /^check:.*/",
"fix": "pnpm --color /^fix:.*/",
"fix:biome": "biome check . --apply",
"fix:recursive": "pnpm --color --recursive /^fix:.*/",
"kanel": "pnpm --color --recursive kanel",
"apps": "pnpm --color --recursive",
"apps:web": "pnpm run --filter=./apps/web",
"apps:indexer": "pnpm run --filter=./apps/indexer"
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"dbmate": "^2.12.0",
"dotenv-cli": "^7.3.0",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2"
}