Add explicit MIT license

This commit is contained in:
Jim Liu 宝玉
2026-06-19 23:01:11 -05:00
parent dba3d732c3
commit 348dc82612
9 changed files with 37 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
{
"name": "baoyu-chrome-cdp",
"version": "0.1.1",
"license": "MIT",
"type": "module",
"files": [
"dist",
@@ -1,6 +1,7 @@
{
"name": "baoyu-codex-imagegen",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"description": "Generate images via Codex CLI's built-in image_gen tool from non-Codex runtimes (Claude Code, Hermes, …).",
"bin": {
+1
View File
@@ -1,6 +1,7 @@
{
"name": "baoyu-fetch",
"version": "0.1.2",
"license": "MIT",
"description": "Read URLs into high-quality Markdown or JSON with Chrome CDP and site adapters.",
"type": "module",
"bin": {
+1
View File
@@ -1,6 +1,7 @@
{
"name": "baoyu-md",
"version": "0.1.1",
"license": "MIT",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",