-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 654 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 654 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "slack-emoji-meister",
"private": true,
"version": "0.4.0",
"description": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
"type": "module",
"scripts": {
"dev:chrome": "wxt",
"dev:firefox": "wxt -b firefox",
"build:chrome": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip:chrome": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"postinstall": "wxt prepare",
"lint": "biome check --write ./src"
},
"devDependencies": {
"@biomejs/biome": "2.4.14",
"sass-embedded": "^1.86.3",
"typescript": "^6.0.0",
"wxt": "^0.20.0"
}
}