arsene/package.json

17 lines
441 B
JSON
Raw Normal View History

2024-04-17 08:31:12 +00:00
{
"name": "arsene",
"version": "1.0.0",
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",
"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"
}
}