17 lines
441 B
JSON
17 lines
441 B
JSON
{
|
|
"name": "arsene",
|
|
"version": "1.0.0",
|
|
"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": {
|
|
"build": "tsc"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|