emoji-short-name
Version:
An `{emoji: 'Short Name'}` dictionary directly from https://unicode.org/
34 lines (33 loc) • 1.09 kB
JSON
{
"name": "emoji-short-name",
"version": "2.0.0",
"description": "An `{emoji: 'Short Name'}` dictionary directly from https://unicode.org/",
"main": "cjs/index.js",
"module": "esm/index.js",
"unpkg": "index.js",
"scripts": {
"build": "npm i emoji-essential@latest && node build.js && npm run cjs && npm run esm && npm test",
"cjs": "cp index.js cjs/index.js && echo 'module.exports = emojiShortName;' >> cjs/index.js",
"esm": "cp index.js esm/index.js && echo 'export default emojiShortName;' >> esm/index.js",
"test": "node -e 'require(`.`)[`🎉`] == `party popper` || process.exit(1)'"
},
"keywords": [
"emoji",
"name",
"description",
"unicode"
],
"author": "Andrea Giammarchi",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/WebReflection/emoji-short-name.git"
},
"bugs": {
"url": "https://github.com/WebReflection/emoji-short-name/issues"
},
"homepage": "https://github.com/WebReflection/emoji-short-name#readme",
"devDependencies": {
"emoji-essential": "^2.0.0"
}
}