blob: 9651c91d69e463d92a78b093f2d1ccf553544915 [file] [log] [blame]
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +02001{
2 "name": "twpowertools",
3 "version": "0.0.0",
4 "description": "An extension which brings several enhancements to the Google Forums and the Community Console.",
5 "directories": {
6 "doc": "docs"
7 },
Adrià Vilanova Martínez2e464f32024-05-31 20:02:09 +02008 "scripts": {
9 "preinstall": "npx only-allow pnpm"
10 },
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +020011 "repository": {
12 "type": "git",
13 "url": "https://gerrit.avm99963.com/infinitegforums"
14 },
15 "author": "Adrià Vilanova Martínez (avm99963)",
16 "license": "MIT",
17 "bugs": {
18 "url": "https://bugs.avm99963.com/p/twpowertools"
19 },
20 "keywords": [
21 "chrome",
22 "firefox",
23 "extension",
24 "webext",
25 "add-on",
26 "forums",
27 "google"
28 ],
Adrià Vilanova Martínez368bacb2024-09-27 23:42:33 +020029 "engines": {
30 "node": ">=20",
31 "pnpm": ">=9"
32 },
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +020033 "devDependencies": {
Renovate bot0b5478c2024-12-04 14:07:32 +000034 "@babel/plugin-transform-modules-commonjs": "7.26.3",
Renovate bot5a92f9f2024-09-29 10:14:13 +000035 "@lit/localize-tools": "0.8.0",
Renovate bot19cf99a2024-11-09 19:18:57 +000036 "@testing-library/dom": "10.4.0",
Renovate bot6506fa82025-03-27 20:25:07 +000037 "@types/chrome": "0.0.313",
Renovate bot4a0419d2025-04-01 17:25:54 +000038 "@types/node": "20.17.30",
Adrià Vilanova Martínez01038b22025-04-05 17:20:01 +020039 "@vitest/coverage-v8": "3.1.1",
40 "@vitest/eslint-plugin": "^1.1.39",
Renovate bot1e825742025-03-15 15:21:29 +000041 "copy-webpack-plugin": "13.0.0",
Renovate botdde73c42024-05-22 15:08:25 +000042 "css-loader": "7.1.2",
Renovate botae0c1712025-04-04 19:27:14 +000043 "eslint": "9.24.0",
Renovate bot99873072024-10-26 12:16:03 +000044 "html-webpack-plugin": "5.6.3",
Adrià Vilanova Martínez01038b22025-04-05 17:20:01 +020045 "jsdom": "^26.0.0",
Renovate bot9ee90f92023-12-30 00:08:45 +000046 "json5": "2.2.3",
Renovate bot975f8ea2024-11-01 16:17:32 +000047 "mini-css-extract-plugin": "2.9.2",
Renovate bot9ee90f92023-12-30 00:08:45 +000048 "path": "0.12.7",
Renovate botc90d3d02025-03-03 02:18:02 +000049 "prettier": "3.5.3",
Renovate bot9ee90f92023-12-30 00:08:45 +000050 "raw-loader": "4.0.2",
Renovate bot2557a2a2025-04-04 00:25:59 +000051 "sass": "1.86.3",
Renovate bot7d5f7ed2025-02-14 19:15:33 +000052 "sass-loader": "16.0.5",
Renovate bot41a3bd22024-04-08 17:10:21 +000053 "style-loader": "4.0.0",
Renovate botf9fae5d2025-03-06 14:19:27 +000054 "terser-webpack-plugin": "5.3.14",
Renovate bota2956342025-01-11 20:11:39 +000055 "ts-loader": "9.5.2",
Renovate botfd6c0432024-05-11 09:08:50 +000056 "ts-node": "10.9.2",
Renovate bot3f488d72025-04-05 00:26:23 +000057 "typescript": "5.8.3",
Renovate bot4b7db492025-03-24 17:30:11 +000058 "typescript-eslint": "8.28.0",
Adrià Vilanova Martínez01038b22025-04-05 17:20:01 +020059 "vitest": "^3.1.1",
Renovate bot1cae1fc2025-03-20 10:23:07 +000060 "web-ext": "8.5.0",
Renovate botfcec4492025-02-13 17:15:12 +000061 "webpack": "5.98.0",
Renovate botb7198772024-12-23 19:13:42 +000062 "webpack-cli": "6.0.1",
Renovate bot2d399892024-02-08 23:10:41 +000063 "webpack-preprocessor-loader": "1.3.0",
Renovate bot3d491ca2024-09-28 00:13:59 +000064 "webpack-shell-plugin-next": "2.3.2"
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +020065 },
Adrià Vilanova Martínez27c69962021-07-17 23:32:51 +020066 "private": true,
67 "dependencies": {
Adrià Vilanova Martíneza2dda312024-05-18 00:35:51 +020068 "@datastructures-js/queue": "^4.2.3",
Renovate bot0a2b1fe2024-02-08 23:11:19 +000069 "@lit/localize": "^0.12.0",
Adrià Vilanova Martínez5f5b3e02023-07-23 00:08:17 +020070 "@material/banner": "^14.0.0",
Adrià Vilanova Martínez54964a52022-10-26 23:53:29 +020071 "@material/mwc-circular-progress": "^0.27.0",
Adrià Vilanova Martínezf276ac72022-10-13 22:16:22 +020072 "@material/mwc-dialog": "^0.27.0",
Renovate bot66cc9c12024-02-09 22:11:17 +000073 "@material/tooltip": "^14.0.0",
Renovate bot5d3f0c22024-07-29 04:08:53 +000074 "@material/web": "^2.0.0",
Renovate bot0dc06452024-02-25 16:09:46 +000075 "@stdlib/utils-escape-regexp-string": "^0.2.0",
Renovate botdfe98132024-03-11 23:09:17 +000076 "async-mutex": "^0.5.0",
Renovate bot822a80d2024-02-09 23:12:14 +000077 "dompurify": "^3.0.0",
Adrià Vilanova Martínez50435f82022-01-21 19:33:36 +010078 "google-protobuf": "^3.19.3",
Adrià Vilanova Martínez413cb442021-09-06 00:30:45 +020079 "grpc-web": "^1.2.1",
Renovate botfbd73102024-02-09 23:12:32 +000080 "idb": "^8.0.0",
Renovate bot8617f862024-02-25 18:10:17 +000081 "lit": "^3.0.0",
Renovate bot3aaf3b12024-02-10 00:25:28 +000082 "poll-until-promise": "^4.0.0",
Adrià Vilanova Martínez413cb442021-09-06 00:30:45 +020083 "semver": "^7.3.5",
Adrià Vilanova Martínezb06c13d2022-06-20 17:30:14 +000084 "sw-xhr": "^0.0.3"
Adrià Vilanova Martínez27c69962021-07-17 23:32:51 +020085 }
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +020086}