29 lines
642 B
JSON
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"
|
|
}]
|
|
}
|