Files
unhomoglyph/package.json
Travis Ralston d6ec78e7c1 Ship the TypeScript declarations too
TypeScript declarations were added, but unfortunately they didn't get put into the release because they weren't listed as a file.
2020-03-02 18:19:17 -07:00

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"
}
}