UNPKG

@andreasnicolaou/emoji-x-converter

Version:

A TypeScript library to convert between emojis and their textual descriptions across different languages using customizable mappings.

68 lines (67 loc) 1.64 kB
{ "name": "@andreasnicolaou/emoji-x-converter", "version": "1.0.1", "description": "A TypeScript library to convert between emojis and their textual descriptions across different languages using customizable mappings.", "main": "dist/index.js", "private": false, "types": "dist/types/index.d.ts", "type": "module", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc && node minify.mjs", "test": "jest", "format": "prettier --write .", "lint": "eslint --fix" }, "repository": { "type": "git", "url": "https://github.com/andreasnicolaou/emoji-x-converter.git" }, "bugs": { "url": "https://github.com/andreasnicolaou/emoji-x-converter/issues" }, "author": "Andreas Nicolaou", "license": "MIT", "jest": { "transform": { "^.+\\.(ts)$": [ "ts-jest", { "isolatedModules": true } ] }, "testEnvironment": "node", "testPathIgnorePatterns": [ "/node_modules/", "/dist/" ] }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.13.9", "@typescript-eslint/eslint-plugin": "^8.26.0", "@typescript-eslint/parser": "^8.26.0", "eslint": "^9.20.1", "eslint-config-prettier": "^10.0.2", "eslint-plugin-prettier": "^5.2.3", "jest": "^29.7.0", "prettier": "3.5.3", "terser": "^5.39.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.8.2" }, "keywords": [ "emoji", "conversion", "typescript", "emoji-x-description", "emoji-x-loader", "language-conversion", "andreasnicolaou" ] }