From 3a076c404e4f352e2e2d2c31e906ca310252b3e8 Mon Sep 17 00:00:00 2001 From: Ronald Chaplin <169922+t73biz@users.noreply.github.com> Date: Sun, 29 Jun 2025 08:40:22 -0500 Subject: [PATCH] Update templates.json Add t73biz/json-api-starter-kit --- templates.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates.json b/templates.json index 34d479e..2bb55ec 100644 --- a/templates.json +++ b/templates.json @@ -164,6 +164,11 @@ "title": "Nuxt UI Starter", "package": "stursby/nuxt-ui-starter", "repo": "stursby/nuxt-ui-starter" + }, + { + "title": "JSON:API Starter", + "package": "t73biz/json-api-starter-kit", + "repo": "t73biz/json-api-starter-kit" } ] }