Files
trailbase/examples/blog/package.json
Sebastian Jeltsch bdb3735840 Squash all commits for a fresh start.
This is only to avoid accidentally leaking any secrets from early development especially in the light of short-sha attacks.
2024-10-30 23:38:56 +01:00

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"
}
}