mirror of
https://github.com/jung-geun/NFD2NFC.git
synced 2025-12-20 04:20:45 +09:00
파일 이름 변환기 기능 추가: README 문서 작성 및 CLI 도구와 백그라운드 프로세스 구현
This commit is contained in:
38
nfd2nfc/package.json
Normal file
38
nfd2nfc/package.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "@pieroot/nfd2nfc",
|
||||
"version": "1.0.0",
|
||||
"main": "main.js",
|
||||
"description": "Convert NFD to NFC",
|
||||
"dependencies": {
|
||||
"cli-progress": "^3.12.0",
|
||||
"minimist": "^1.2.8"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "pkg normalize.js --target node16-macos-x64,node16-linux-x64,node16-win-x64 --output ./dist/NFD2NFC"
|
||||
},
|
||||
"bin": {
|
||||
"nfd2nfc": "normalize.js"
|
||||
},
|
||||
"directories": {
|
||||
"output": "dist"
|
||||
},
|
||||
"keywords": [
|
||||
"NFD",
|
||||
"NFC",
|
||||
"Unicode",
|
||||
"Normalization",
|
||||
"macOS",
|
||||
"Linux",
|
||||
"korean"
|
||||
],
|
||||
"author": "jung-geun <pieroot.02@gmail.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jung-geun/NFD2NFC.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jung-geun/NFD2NFC/issues"
|
||||
},
|
||||
"homepage": "https://github.com/jung-geun/NFD2NFC#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user