FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
starbasedb/package.json at main · outerbase/starbasedb · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
outerbase
/
starbasedb
Public
Notifications
You must be signed in to change notification settings
Fork
160
Star
1.2k
Code
Issues
10
Pull requests
156
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
starbasedb
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
72 lines (72 loc) · 1.99 KB
Breadcrumbs
starbasedb
/
package.json
Copy path
File metadata and controls
72 lines (72 loc) · 1.99 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name"
:
"
@outerbase/starbasedb
"
,
"version"
:
"
0.1.4
"
,
"files"
: [
"
src
"
,
"
dist
"
,
"
plugins
"
],
"type"
:
"
module
"
,
"main"
:
"
dist/index.ts
"
,
"types"
:
"
dist/index.ts
"
,
"exports"
: {
"."
: {
"types"
:
"
./dist/index.ts
"
,
"import"
:
"
./dist/index.ts
"
},
"./plugins"
: {
"types"
:
"
./dist/plugins.ts
"
,
"import"
:
"
./dist/plugins.ts
"
}
},
"scripts"
: {
"deploy"
:
"
wrangler deploy
"
,
"deploy-with-ui"
:
"
pnpm run build && wrangler deploy
"
,
"dev"
:
"
pnpm run build && wrangler dev
"
,
"build"
:
"
vite build --mode client && vite build
"
,
"start"
:
"
wrangler dev
"
,
"publish-npm-module"
:
"
npm publish --access public
"
,
"cf-typegen"
:
"
wrangler types
"
,
"delete"
:
"
wrangler delete
"
,
"prepare"
:
"
husky
"
,
"test"
:
"
vitest
"
},
"devDependencies"
: {
"@cloudflare/workers-types"
:
"
^4.20241216.0
"
,
"@hono/vite-build"
:
"
^1.1.0
"
,
"@hono/vite-dev-server"
:
"
^0.17.0
"
,
"@tailwindcss/vite"
:
"
^4.0.6
"
,
"@types/pg"
:
"
^8.11.10
"
,
"@vitest/coverage-istanbul"
:
"
2.1.8
"
,
"husky"
:
"
^9.1.7
"
,
"lint-staged"
:
"
^15.2.11
"
,
"postcss"
:
"
^8
"
,
"prettier"
:
"
3.4.2
"
,
"tailwindcss"
:
"
^4.0.0
"
,
"typescript"
:
"
^5.7.2
"
,
"vitest"
:
"
2.1.8
"
,
"wrangler"
:
"
^3.96.0
"
},
"dependencies"
: {
"@libsql/client"
:
"
^0.14.0
"
,
"@outerbase/sdk"
:
"
2.0.0-rc.3
"
,
"clsx"
:
"
^2.1.1
"
,
"cookie"
:
"
^1.0.2
"
,
"cron-parser"
:
"
^4.9.0
"
,
"hono"
:
"
^4.6.14
"
,
"jose"
:
"
^5.9.6
"
,
"mongodb"
:
"
^6.11.0
"
,
"mysql2"
:
"
^3.11.4
"
,
"node-sql-parser"
:
"
^4.18.0
"
,
"pg"
:
"
^8.13.1
"
,
"postgres"
:
"
^3.4.5
"
,
"svix"
:
"
^1.59.2
"
,
"tailwind-merge"
:
"
^2.6.0
"
,
"vite"
:
"
^5.4.11
"
},
"lint-staged"
: {
"*.{js,jsx,ts,tsx,json,css,md}"
: [
"
prettier --write
"
]
}
}
Back
|
FazBrowse Home
|
New Git URL