-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1002 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 1002 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
{
"name": "tsdb",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"start": "tsx --expose-gc --env-file=.env index.ts",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"flame": "clinic flame -- node --import tsx --expose-gc --env-file=.env index.ts",
"heap": "clinic heapprofiler -- node --import tsx --expose-gc --env-file=.env index.ts"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"dependencies": {
"@powersync/node": "^0.18.3",
"@supabase/supabase-js": "^2.101.0",
"@tanstack/db": "^0.6.1",
"@tanstack/powersync-db-collection": "^0.1.39",
"@tanstack/store": "^0.9.3",
"better-sqlite3": "^12.2.0"
},
"devDependencies": {
"@types/node": "^25.5.0",
"tsx": "^4.21.0",
"typescript": "^6.0.2"
}
}