arsene/package.json

31 lines
660 B
JSON
Raw Permalink Normal View History

2024-04-17 08:31:12 +00:00
{
"name": "arsene",
2024-04-18 00:21:07 +00:00
"version": "1.1.3",
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"
2024-04-17 23:40:40 +00:00
},
2024-04-18 00:21:07 +00:00
"repositories": [
{
2024-04-17 23:40:40 +00:00
"type": "git",
"url": "https://git.nas.astrian.moe/Astrian/arsene.git"
2024-04-18 00:21:07 +00:00
},
{
"type": "git",
"url": "https://github.com/Astrian/arsene.git"
}
]
2024-04-17 08:31:12 +00:00
}