From e06eba7758b816df66b15d4c2ce254e1dd21ddf5 Mon Sep 17 00:00:00 2001 From: aqin236 Date: Thu, 11 Jun 2026 14:55:18 +1000 Subject: [PATCH] chore: add package license metadata --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 09965a1f..7a093037 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "people" ], "author": "Exa Labs", + "license": "MIT", "scripts": { "build": "npm run build:stdio", "build:stdio": "esbuild src/stdio-cli.ts --bundle --platform=node --target=node20 --format=cjs --outfile=dist/stdio.cjs --banner:js=\"#!/usr/bin/env node\" && chmod +x dist/stdio.cjs",