update package.json

This commit is contained in:
Astrian Zheng 2024-04-17 21:05:10 +10:00
parent 16effe0331
commit e2e99494dc
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -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": {