eil-js
Version:
The Emoji Interaction Library (EIL) is designed to seamlessly convert text emojis, such as :), into their actual emoji representations, e.g., 🙂. This library supports customization, allowing users to register their own custom emojis or mappings.
42 lines (41 loc) • 1.08 kB
JSON
{
"name": "eil-js",
"version": "0.0.5",
"description": "The Emoji Interaction Library (EIL) is designed to seamlessly convert text emojis, such as :), into their actual emoji representations, e.g., 🙂. This library supports customization, allowing users to register their own custom emojis or mappings.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*.js",
"lib/**/*.d.ts"
],
"repository": {
"url": "git+https://github.com/philipprost/eil.git",
"type": "git"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "jest",
"prepare": "husky install"
},
"keywords": [
"emojis",
"text-to-emoji",
"emoji-converter",
"emoji-parser",
"text-emoji-mapper",
"emoji-interaction",
"emoji-mappings",
"emoji-replacement"
],
"author": "Philipp Rost",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.6",
"husky": "^8.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}