-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.03 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
34
35
36
37
38
39
40
41
42
{
"name": "orb-sync-engine",
"version": "0.0.0",
"description": "Sync data from Orb to Postgres.",
"private": true,
"scripts": {
"dev:node-fastify": "turbo run dev --filter=orb-sync-node-fastify",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"lint:check": "turbo run lint:check",
"format": "turbo run format",
"format:check": "turbo run format:check",
"typecheck": "turbo run typecheck"
},
"author": "Supabase",
"license": "MIT",
"workspaces": [
"packages/*",
"apps/*"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^4.0.0-alpha.9",
"turbo": "^2.2.3",
"typescript": "^5.6.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supabase/orb-sync-engine.git"
},
"keywords": [
"postgres",
"orb",
"billing",
"supabase"
],
"packageManager": "[email protected]"
}