arsene/package.json

21 lines
457 B
JSON

{
"name": "arsene",
"version": "1.0.1",
"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"
}
}