mirror of
https://github.com/litruv/unhomoglyph.git
synced 2026-07-24 02:36:12 +10:00
TypeScript declarations were added, but unfortunately they didn't get put into the release because they weren't listed as a file.
26 lines
494 B
JSON
26 lines
494 B
JSON
{
|
|
"name": "unhomoglyph",
|
|
"version": "1.0.4",
|
|
"description": "Replace all homoglyphs with base characters.",
|
|
"keywords": [
|
|
"homoglyph",
|
|
"homoglyphs"
|
|
],
|
|
"repository": "nodeca/unhomoglyph",
|
|
"license": "MIT",
|
|
"files": [
|
|
"index.js",
|
|
"data.json",
|
|
"index.d.ts"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "npm run lint && mocha",
|
|
"update": "node update.js && npm test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.6.0",
|
|
"mocha": "^6.2.2"
|
|
}
|
|
}
|