universal-emoji-parser
Version:
This tool allow parse unicode and emoji codes to html images using emojilib && Twemoji CDN
86 lines (85 loc) • 2.82 kB
JSON
{
"name": "universal-emoji-parser",
"version": "2.0.63",
"description": "This tool allow parse unicode and emoji codes to html images using emojilib && Twemoji CDN",
"keywords": [
"emoji",
"parser",
"transform",
"slack",
"twitter",
"github",
"emoji-parser",
"emoji parser",
"unicode",
"emoji unicode",
"shortcode",
"emoji shortcode",
"slack",
"discord",
"google-chat",
"google chat",
"microsoft-teams",
"microsoft teams"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"eslint:check": "eslint --ext .ts --ignore-path .gitignore .",
"eslint:fix": "eslint --ext .ts --fix --ignore-path .gitignore .",
"prettier:check": "prettier -c --ignore-path .gitignore '**/*.{css,html,js,ts,json,md,yaml,yml}' '!package.json'",
"prettier:fix": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,ts,json,md,yaml,yml}' '!package.json'",
"test": "mocha --require ts-node/register test/**.ts --timeout 25000 --colors",
"test:watch": "mocha -w --watch-extensions ts --require ts-node/register --watch-files src,test test/**.ts --timeout 25000 --colors",
"release": "npm version patch -m \"[🤖 DailyBot] New release to v%s launched 🚀\"",
"start": "node dist/index.js",
"dev": "nodemon src/index.ts",
"build": "webpack --mode production --progress",
"build:dev": "webpack --mode development --progress",
"build:tsc": "tsc --build tsconfig.json",
"ncu:check": "ncu",
"ncu:upgrade": "ncu -u"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DailyBotHQ/universal-emoji-parser.git"
},
"author": "DailyBot <developers@dailybot.com> (https://dailybot.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DailyBotHQ/universal-emoji-parser/issues",
"email": "developers@dailybot.com"
},
"homepage": "https://github.com/DailyBotHQ/universal-emoji-parser#readme",
"dependencies": {
"@twemoji/parser": "16.0.0"
},
"devDependencies": {
"@types/chai": "5.2.2",
"@types/mocha": "10.0.10",
"@types/node": "24.2.1",
"@typescript-eslint/eslint-plugin": "8.39.1",
"@typescript-eslint/parser": "8.39.1",
"chai": "4.4.1",
"clean-webpack-plugin": "4.0.0",
"emojilib": "4.0.2",
"eslint": "8.57.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-config-prettier": "10.1.8",
"eslint-webpack-plugin": "5.0.2",
"mocha": "11.7.1",
"nodemon": "3.1.10",
"ts-loader": "9.5.2",
"ts-node": "10.9.2",
"typescript": "5.9.2",
"unicode-emoji-json": "0.8.0",
"webpack": "5.101.1",
"webpack-cli": "6.0.1",
"prettier": "3.6.2",
"npm-check-updates": "18.0.2"
},
"engines": {
"node": ">=20.16.0"
}
}