UNPKG

preeti2unicode

Version:

Convert Preeti, PCS Nepali, and Kantipur fonts to Unicode

32 lines (31 loc) 694 B
{ "name": "preeti2unicode", "version": "1.0.7", "description": "Convert Preeti, PCS Nepali, and Kantipur fonts to Unicode", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "babel src --out-dir dist", "prepublish": "npm run build", "test": "jest" }, "keywords": [ "preeti", "unicode", "nepali", "converter", "pcs", "kantipur" ], "author": "Roj Tamang, Navraj Bhattarai", "license": "MIT", "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@babel/preset-env": "^7.14.8", "jest": "^27.0.6" }, "peerDependencies": { "react": ">=17.0.2 || ^18.0.0 || ^19.0.0" } }