Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
34 lines (34 sloc)
942 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "simple-emoji-map", | |
"version": "0.5.1", | |
"description": "A simple emoji map that can be built at any time", | |
"main": "index.js", | |
"module": "index.mjs", | |
"jsnext:main": "index.mjs", | |
"author": "David Sevilla Martín", | |
"license": "MIT", | |
"scripts": { | |
"install": "node bin/build", | |
"lint": "prettier --single-quote --trailing-comma es5 --print-width 80 --tab-width 4 --write bin/* *.js *.mjs src/**.js" | |
}, | |
"dependencies": { | |
"chalk": "^4.1.2", | |
"cosmiconfig": "^7.0.1", | |
"emojibase-data": "^7.0.1", | |
"twemoji": "^14.0.2" | |
}, | |
"devDependencies": { | |
"prettier": "^2.5.1" | |
}, | |
"bin": { | |
"simple-emoji-map": "./bin/build.js" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/datitisev/simple-emoji-map.git" | |
}, | |
"bugs": { | |
"url": "https://github.com/datitisev/simple-emoji-map/issues" | |
}, | |
"homepage": "https://github.com/datitisev/simple-emoji-map#readme" | |
} |