-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 913 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "uniemoji",
"version": "1.0.0",
"description": "统一的 emoji 协议,用同一套语义替换任何表情。UniEmoji is a unified emoji protocol. Same meanings, any face.",
"main": "index.html",
"scripts": {
"copy-images": "rm -rf dist && mkdir -p dist && find output -name '*.avif' -exec cp {} dist/ \\; && echo 'All images copied to dist directory' && ls dist | wc -l | xargs echo 'Total files copied:'",
"build": "npm run copy-images",
"clean": "rm -rf dist && echo 'Dist directory cleaned'"
},
"keywords": [
"uniemoji",
"emoji",
"protocol",
"unicode",
"emoji-pack",
"bilibili",
"douyin",
"weibo",
"zhihu",
"tieba",
"xiaohongshu"
],
"author": "",
"license": "MIT",
"homepage": "https://hellodigua.github.io/uniemoji/",
"repository": {
"type": "git",
"url": "https://github.com/hellodigua/uniemoji.git"
}
}