-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "element-emotes",
"version": "1.5.0",
"description": "A browser extension for custom emote support in Element",
"author": "Michael Serajnik <[email protected]>",
"homepage": "https://github.com/mserajnik/element-emotes#readme",
"license": "AGPL-3.0-or-later",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/mserajnik/element-emotes.git"
},
"bugs": {
"url": "https://github.com/mserajnik/element-emotes/issues"
},
"scripts": {
"postinstall": "patch-package",
"test": "eslint .",
"watch": "vite build --watch src",
"build": "vite build src"
},
"engines": {
"node": ">=22.0.0 <24.0.0"
},
"dependencies": {
"@textcomplete/contenteditable": "^0.1.13",
"@textcomplete/core": "^0.1.13",
"emojibase-regex": "^15.3.2",
"fuse.js": "^7.0.0"
},
"devDependencies": {
"eslint": "^9.13.0",
"neostandard": "^0.11.7",
"patch-package": "^8.0.0",
"vite": "^5.4.10",
"vite-plugin-commonjs": "^0.10.3"
}
}