arsene/package.json
2024-04-18 09:40:40 +10:00

25 lines
559 B
JSON

{
"name": "arsene",
"version": "1.1.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"
},
"repository": {
"type": "git",
"url": "https://git.nas.astrian.moe/Astrian/arsene.git"
}
}