mirror of
https://github.com/jung-geun/NFD2NFC.git
synced 2025-12-20 04:20:45 +09:00
20 lines
489 B
JSON
20 lines
489 B
JSON
{
|
|
"name": "nfd2nfc",
|
|
"version": "1.0.0",
|
|
"main": "watcher.js",
|
|
"description": "Convert NFD to NFC",
|
|
"dependencies": {
|
|
"chokidar": "^4.0.1",
|
|
"readdirp": "^4.0.2"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node watcher.js",
|
|
"build": "pkg normalize.js --target node16-macos-x64,node16-linux-x64,node16-win-x64 --output NFD2NFC"
|
|
},
|
|
"keywords": [],
|
|
"author": "pieroot",
|
|
"license": "MIT"
|
|
}
|