forked from supabase/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 795 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "@supabase/root",
"private": true,
"scripts": {
"test:core": "nx run-many -t test:unit test:integration --coverage.enabled",
"test:e2e": "nx run-many -t test:e2e",
"affected:test:e2e": "nx affected -t test:e2e",
"check:all": "nx run-many -t types:check lint:check fmt:check knip:check",
"fix:all": "nx run-many -t lint:fix fmt:fix knip:fix",
"repos:install": "git submodule update --init --recursive",
"repos:pull": "git submodule update --remote",
"local-registry": "bun tools/release/local-registry.ts",
"cli-release": "bun tools/release/local-release.ts"
},
"packageManager": "pnpm@10.33.0",
"devDependencies": {
"@swc-node/register": "catalog:",
"@swc/core": "catalog:",
"nx": "catalog:",
"verdaccio": "^6.5.2"
}
}