mirror of
https://github.com/ikatyang/emoji-cheat-sheet.git
synced 2026-02-06 07:05:18 +01:00
Add generator
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "emoji-cheat-sheet-generator",
|
||||
"private": true,
|
||||
"author": "ikatyang",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/ikatyang/emoji-cheat-sheet",
|
||||
"repository": "https://github.com/ikatyang/emoji-cheat-sheet/tree/master",
|
||||
"scripts": {
|
||||
"generate": "node ./scripts/generate.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"cheerio": "0.22.0",
|
||||
"request": "2.81.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user