forked from ikatyang/emoji-cheat-sheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 779 Bytes
/
package.json
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
32
{
"name": "emoji-cheat-sheet",
"type": "module",
"version": "0.0.0-dev",
"private": true,
"repository": "ikatyang/emoji-cheat-sheet",
"homepage": "https://github.com/ikatyang/emoji-cheat-sheet#readme",
"author": {
"name": "Ika",
"email": "ikatyang@gmail.com",
"url": "https://github.com/ikatyang"
},
"license": "MIT",
"scripts": {
"lint": "prettier --check .",
"check": "tsc --noEmit",
"test": "vitest",
"generate": "vite-node ./scripts/generate.ts -- run > ./README.md"
},
"devDependencies": {
"jest-playback": "4.0.0",
"prettier": "3.0.0",
"typescript": "5.1.6",
"vite": "4.5.2",
"vite-node": "0.33.0",
"vitest": "0.33.0"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@8.6.6"
}