-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.52 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.52 KB
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
{
"name": "filters-twitch-extension",
"version": "1.0.1",
"description": "Twitch Extension for adding filters to streams.",
"homepage": "https://github.com/Zozman/filters-twitch-extension",
"scripts": {
"dev": "rspack serve --mode=development",
"dev:config": "rspack serve --mode=development --env page='config.html'",
"build": "rspack --mode=production",
"package": "(cd dist && zip -r $npm_package_name-$npm_package_version.zip * && mv $npm_package_name-$npm_package_version.zip ..)",
"clean": "rm -f $npm_package_name-*.zip && rm -rf dist",
"prod": "npm run clean && npm run build && npm run package",
"localize:extract": "lit-localize extract",
"localize:build": "lit-localize build"
},
"author": "Zac Lovoy @zwlovoy",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Zozman/filters-twitch-extension.git"
},
"bugs": {
"url": "https://github.com/Zozman/filters-twitch-extension/issues"
},
"devDependencies": {
"@lit/localize-tools": "0.8.0",
"@rspack/cli": "1.5.8",
"@rspack/core": "1.5.8",
"clean-webpack-plugin": "4.0.0",
"lit-css-loader": "4.0.0",
"minify-html-literals-loader": "1.1.1",
"sass": "1.93.2",
"sass-embedded": "1.93.2",
"sass-loader": "16.0.5",
"typescript": "5.9.2"
},
"dependencies": {
"@lit/localize": "0.12.2",
"@lit/task": "1.0.3",
"@shoelace-style/shoelace": "2.20.1",
"@webcomponents/webcomponentsjs": "2.8.0",
"lit": "3.3.1",
"miragejs": "0.2.0-alpha.3"
}
}