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.
53 lines (52 loc) • 1.35 kB
JSON
{
"name": "preeti-to-unicode-input",
"version": "1.0.4",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": [
"Unicode",
"Preeti",
"Preeti to unicode",
"Preeti conversion",
"Preeti input",
"Preeti textarea",
"Nepali",
"Nepali input",
"Nepali textarea",
"Nepali to unicode",
"Input",
"Textarea",
"Font conversion",
"Text conversion",
"React component",
"Unicode converter",
"Nepali Unicode"
],
"files": [
"dist",
"README.md"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.3.5",
"rollup": "^4.21.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^5.6.2"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
}