From 5e5c090cd9235e072b1db7c3881e319ca45a6706 Mon Sep 17 00:00:00 2001 From: Riccardo Senica Date: Fri, 30 May 2025 16:33:58 +0200 Subject: [PATCH] docs: update package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 8768a0b..d0cde7a 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,8 @@ { + "name": "siri-shortcuts", + "version": "1.0.0", + "description": "Siri-enabled, Anthropic-powered shortcuts", + "author": "riccardo@frompixels.com", "scripts": { "dev": "next dev", "build": "next build",