emoji/package.json

30 lines
617 B
JSON
Raw Permalink Normal View History

2022-08-29 14:25:48 +08:00
{
2022-08-29 16:14:58 +08:00
"name": "satori-emoji",
2023-10-06 06:51:30 +08:00
"version": "2.0.0",
2022-08-29 14:25:48 +08:00
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^3.0.7"
2022-08-29 16:14:58 +08:00
},
"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"
}