mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
ae33c09aa7
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
16 lines
403 B
JSON
16 lines
403 B
JSON
{
|
|
"name": "@gitbook/emoji-codepoints",
|
|
"description": "Optimized mapping of codepoints to the fully qualified emoji codepoints",
|
|
"version": "0.2.2",
|
|
"private": true,
|
|
"exports": "./dist/index.ts",
|
|
"sideEffects": false,
|
|
"devDependencies": {
|
|
"emoji-assets": "^9.0.0"
|
|
},
|
|
"scripts": {
|
|
"generate": "bun ./build.ts",
|
|
"clean": "rm -rf ./dist"
|
|
}
|
|
}
|