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

29 lines
642 B
JSON

{
"name": "arsene",
"version": "1.1.2",
"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"
},
"repositories": [{
"type": "git",
"url": "https://git.nas.astrian.moe/Astrian/arsene.git"
},
{
"type": "git",
"url": "https://github.com/Astrian/arsene.git"
}]
}