From e2e99494dc98119b2b8a633a84f68f3c80a2e8eb Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Wed, 17 Apr 2024 21:05:10 +1000 Subject: [PATCH] update package.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8b4d9e0..183d2f9 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "arsene", "version": "1.0.0", - "description": "", - "author": "", + "description": "Arsene is a library for processing CJK text paragraphs, which are mixed with English characters and adding spacing between them.", + "author": "Astrian Zheng", + "keywords": ["arsene", "cjk", "typography"], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": {