From 7445e702181f909e51cfbcd67e8e0639cdf80e27 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 5 Aug 2026 13:57:33 +0800 Subject: [PATCH] chore: add rstack package metadata --- packages/rstack/package.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/rstack/package.json b/packages/rstack/package.json index ba0b332..d11273c 100644 --- a/packages/rstack/package.json +++ b/packages/rstack/package.json @@ -1,7 +1,16 @@ { "name": "rstack", "version": "0.3.3", - "repository": "https://github.com/rstackjs/rstack-cli", + "description": "One CLI for JavaScript development, powered by Rstack.", + "homepage": "https://rstack.rs", + "bugs": { + "url": "https://github.com/rstackjs/rstack-cli/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/rstackjs/rstack-cli.git", + "directory": "packages/rstack" + }, "license": "MIT", "type": "module", "exports": {