mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-01-15 06:10:36 -06:00
This is only to avoid accidentally leaking any secrets from early development especially in the light of short-sha attacks.
12 lines
206 B
JSON
12 lines
206 B
JSON
{
|
|
"name": "trailbase-example-blog-typegen",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"types": "make --always-make types"
|
|
},
|
|
"devDependencies": {
|
|
"quicktype": "^23.0.170"
|
|
}
|
|
}
|