arsene/package.json

25 lines
559 B
JSON
Raw Normal View History

2024-04-17 08:31:12 +00:00
{
"name": "arsene",
2024-04-17 23:40:40 +00:00
"version": "1.1.1",
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
},
"repository": {
"type": "git",
"url": "https://git.nas.astrian.moe/Astrian/arsene.git"
2024-04-17 08:31:12 +00:00
}
}