UNPKG

@andreasnicolaou/emoji-x-converter

Version:

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

67 lines (66 loc) 1.71 kB
{ "name": "@andreasnicolaou/emoji-x-converter", "version": "1.1.0", "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" ] }, "testEnvironment": "node", "testPathIgnorePatterns": [ "/node_modules/", "/dist/" ] }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^25.4.0", "@typescript-eslint/eslint-plugin": "^8.57.0", "@typescript-eslint/parser": "^8.57.0", "@eslint/js": "^10.0.1", "@eslint/eslintrc": "^3.3.5", "eslint": "^10.0.3", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.5", "jest": "^30.2.0", "prettier": "3.8.1", "terser": "^5.46.0", "ts-jest": "^29.4.6", "ts-node": "^10.9.2", "typescript": "^5.9.3" }, "keywords": [ "emoji", "conversion", "typescript", "emoji-x-description", "emoji-x-loader", "language-conversion", "andreasnicolaou" ] }