mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-19 09:06:03 +00:00
a2d967e98e
* fist test * Use a font * Cleanup * Use right fallbacks for fonts * Lint * Cleanup and comment * Add visual test
14 lines
338 B
JSON
14 lines
338 B
JSON
{
|
|
"name": "@gitbook/emoji-codepoints",
|
|
"description": "Optimized mapping of codepoints to the fully qualified emoji codepoints",
|
|
"private": true,
|
|
"main": "./index.ts",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"emoji-assets": "^8.0.0"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "bun ./build.ts"
|
|
}
|
|
}
|