From a858a928bf72cbd75664c5370a40e83a84c89d24 Mon Sep 17 00:00:00 2001 From: mirivlad Date: Sun, 12 Jul 2026 21:45:34 +0800 Subject: [PATCH] build: declare sdk AGPL license --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index eed2fae..30cc55d 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "@verstak/plugin-sdk", "version": "0.1.0", "description": "Verstak Plugin SDK — TypeScript types and runtime API for plugin development", + "license": "AGPL-3.0-or-later", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [