sinhala-unicode-coverter
Version:
A library to translate between sinhala unicode and legacy fonts
38 lines (37 loc) • 940 B
JSON
{
"name": "sinhala-unicode-coverter",
"version": "1.0.2",
"description": "A library to translate between sinhala unicode and legacy fonts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"files": [
"/lib"
],
"scripts": {
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"prepublish": "npm run tsc",
"test": "mocha -r ts-node/register tests/**/*.test.ts",
"coverage": "nyc -r lcov -e .ts -x \"*.test.ts\" npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/Open-SL/sinhala-unicode-converter.git"
},
"keywords": [
"sinhala",
"unicode",
"legacy",
"translater"
],
"author": "Janaka Chathuranga",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.2.13",
"@types/mocha": "^8.0.3",
"chai": "^4.2.0",
"mocha": "^8.1.3",
"nyc": "^15.1.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
}
}