-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.68 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@qit.tools/unicode-emoji-json-lite",
"version": "0.6.0",
"description": "This library provides a lightweight version of the unicode-emoji-json library.",
"types": "./index.d.ts",
"main": "./data-by-emoji-lite.json",
"files": [
"data-by-emoji-lite.json",
"data-by-group-lite.json",
"data-emoji-components.json",
"data-group-map.json",
"data-ordered-emoji.json",
"index.d.ts"
],
"scripts": {
"build": "tsc",
"test": "tsx tests/lite.test.ts",
"start": "tsx scripts/lite.ts",
"lint": "eslint './**/*.{ts,json}' --fix",
"fmt": "prettier --write '**/*.{ts,json}'"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@types/node": "^20.12.11",
"@types/prettier": "^3.0.0",
"@types/tape": "^5.6.4",
"eslint": "^8.57.0",
"globals": "^15.2.0",
"prettier": "^3.2.5",
"tape": "^5.7.5",
"ts-node": "^10.9.2",
"tsx": "^4.10.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0",
"unicode-emoji-json": "latest"
},
"author": {
"name": "Qit.tools",
"email": "info@qit.tools",
"url": "https://qit.tools/"
},
"homepage": "https://qit.tools/generators/random-emoji/",
"bugs": {
"url": "https://github.com/Qit-tools/unicode-emoji-json-lite/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Qit-tools/unicode-emoji-json-lite.git"
},
"type": "module",
"keywords": [
"emoji",
"emojis",
"unicode",
"json",
"emoji-data",
"lite",
"picker",
"simple",
"emotions",
"list",
"emoticons",
"utf-8"
],
"funding": {
"type": "individual",
"url": "https://buymeacoffee.com/deyurii"
},
"license": "MIT"
}