preeti-to-unicode-input
Version:
An input element or textarea to convert preeti font or nepali font to unicode with language toggle support for Nepali and english typing.
37 lines (36 loc) • 883 B
JSON
{
"name": "preeti-to-unicode-input",
"version": "2.0.1",
"main": "dist/index.js",
"module": "dist/index.m.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "microbundle --format=cjs,es --no-sourcemap"
},
"files": [
"dist"
],
"author": "Milkesh Shrestha",
"license": "ISC",
"description": "An input element or textarea to convert preeti font or nepali font to unicode with language toggle support for Nepali and english typing.",
"keywords": [
"Nepali Unicode",
"Preeti to unicode",
"Preeti conversion",
"Preeti input",
"Preeti textarea",
"Debnagari",
"Nepali input",
"Nepali textarea",
"Nepali to unicode"
],
"devDependencies": {
"@types/react": "^18.3.5",
"microbundle": "^0.15.1",
"typescript": "^5.6.2"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}