30 lines
617 B
JSON
30 lines
617 B
JSON
{
|
|
"name": "satori-emoji",
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^3.0.7"
|
|
},
|
|
"description": "Emoji 表情组件",
|
|
"main": "emoji.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/InvisibleFuture/emoji.git"
|
|
},
|
|
"keywords": [
|
|
"emoji",
|
|
"input"
|
|
],
|
|
"author": "satori.love",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/InvisibleFuture/emoji/issues"
|
|
},
|
|
"homepage": "https://github.com/InvisibleFuture/emoji#readme"
|
|
}
|