2024-04-17 08:31:12 +00:00
|
|
|
{
|
|
|
|
"name": "arsene",
|
2024-04-17 23:00:06 +00:00
|
|
|
"version": "1.1.0",
|
2024-04-17 11:05:10 +00:00
|
|
|
"description": "Arsene is a library for processing CJK text paragraphs, which are mixed with English characters and adding spacing between them.",
|
|
|
|
"author": "Astrian Zheng",
|
2024-04-17 11:22:59 +00:00
|
|
|
"keywords": [
|
|
|
|
"arsene",
|
|
|
|
"cjk",
|
|
|
|
"typography"
|
|
|
|
],
|
2024-04-17 08:35:02 +00:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"types": "dist/index.d.ts",
|
2024-04-17 08:31:12 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "tsc"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^5.4.5"
|
|
|
|
}
|
|
|
|
}
|