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