-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.25 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.25 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
{
"name": "infernet-protocol",
"private": true,
"version": "2.0.5",
"description": "Infernet Protocol monorepo",
"packageManager": "pnpm@10.6.5",
"scripts": {
"dev": "pnpm --filter @infernetprotocol/web dev",
"build": "pnpm --filter @infernetprotocol/web build",
"start": "pnpm --filter @infernetprotocol/web start",
"cli": "pnpm --filter @infernetprotocol/cli exec infernet",
"cpr:canary": "node tooling/cpr-canary.mjs",
"secrets:generate": "node tooling/generate-secrets.mjs",
"test": "pnpm -r --parallel test",
"supabase:start": "supabase start",
"supabase:stop": "supabase stop",
"supabase:db:reset": "supabase db reset",
"supabase:login": "supabase login",
"supabase:link": "supabase link",
"supabase:db:push": "supabase db push"
},
"devDependencies": {
"@infernetprotocol/auth": "workspace:*",
"@infernetprotocol/cli": "workspace:*",
"@infernetprotocol/engine": "workspace:^",
"vitest": "^3.0.8"
},
"pnpm": {
"overrides": {
"postcss": "8.5.10",
"tmp": "0.2.4",
"tar": "7.5.11",
"@tootallnate/once": "3.0.1",
"send": "0.19.0",
"semver": "7.7.3",
"fast-xml-parser": "5.7.0",
"@xmldom/xmldom": "0.8.13",
"uuid": "14.0.0"
}
}
}