From e6396171ba58802900b5f2a901b39c3590c45303 Mon Sep 17 00:00:00 2001 From: Project_IO Date: Sun, 16 Mar 2025 02:35:34 +0900 Subject: [PATCH] chore: add license info --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e43da8..36454d4 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "kuma-archive", - "private": true, "version": "0.1.0-alpha.1", "type": "module", + "license": "MIT", "scripts": { "build:view": "tsc -b && vite build", "build:server": "go build -o kuma-archive",