blob: 33c2e9aea5941162e76db641648d37df9c7d6c1f [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 botab0c62e2024-10-02 16:14:07 +000034 "@babel/plugin-transform-modules-commonjs": "7.25.7",
Renovate botfd6c0432024-05-11 09:08:50 +000035 "@jest/globals": "29.7.0",
Renovate bot5a92f9f2024-09-29 10:14:13 +000036 "@lit/localize-tools": "0.8.0",
Renovate bot06e766b2024-10-04 17:14:06 +000037 "@types/chrome": "0.0.277",
Renovate bot1474faa2024-06-01 16:08:36 +000038 "@types/eslint__js": "8.42.3",
Renovate botfb0c3562024-09-29 10:14:21 +000039 "@types/node": "20.16.10",
Renovate bot981b22d2024-02-09 20:55:40 +000040 "copy-webpack-plugin": "12.0.2",
Renovate botdde73c42024-05-22 15:08:25 +000041 "css-loader": "7.1.2",
Renovate botb7ec5022024-10-05 00:14:03 +000042 "eslint": "9.12.0",
Renovate bot10727562024-09-29 17:13:24 +000043 "html-webpack-plugin": "5.6.0",
Renovate bot904d2b42024-02-08 23:11:08 +000044 "jest": "29.7.0",
45 "jest-environment-jsdom": "29.7.0",
Renovate bot9ee90f92023-12-30 00:08:45 +000046 "json5": "2.2.3",
Renovate bot5e0f0ed2024-09-27 23:13:52 +000047 "mini-css-extract-plugin": "2.9.1",
Renovate bot9ee90f92023-12-30 00:08:45 +000048 "path": "0.12.7",
49 "raw-loader": "4.0.2",
Renovate bot7dc917b2024-09-28 15:13:30 +000050 "sass": "1.79.4",
Renovate bot608f2442024-09-28 00:13:41 +000051 "sass-loader": "16.0.2",
Renovate bot41a3bd22024-04-08 17:10:21 +000052 "style-loader": "4.0.0",
Renovate bot1474faa2024-06-01 16:08:36 +000053 "terser-webpack-plugin": "5.3.10",
Renovate botef9cbc12024-09-28 00:13:50 +000054 "ts-jest": "29.2.5",
Renovate botfd6c0432024-05-11 09:08:50 +000055 "ts-loader": "9.5.1",
56 "ts-node": "10.9.2",
Renovate botd44cab92024-09-29 11:13:13 +000057 "typescript": "5.6.2",
Renovate bot7af9ce02024-09-30 18:14:08 +000058 "typescript-eslint": "8.8.0",
Renovate bot25d07a12024-09-29 12:13:19 +000059 "web-ext": "8.3.0",
Renovate botd2cb83d2024-09-29 10:14:56 +000060 "webpack": "5.95.0",
Renovate botbe650072024-02-10 00:18:52 +000061 "webpack-cli": "5.1.4",
Renovate bot2d399892024-02-08 23:10:41 +000062 "webpack-preprocessor-loader": "1.3.0",
Renovate bot3d491ca2024-09-28 00:13:59 +000063 "webpack-shell-plugin-next": "2.3.2"
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +020064 },
Adrià Vilanova Martínez27c69962021-07-17 23:32:51 +020065 "private": true,
66 "dependencies": {
Adrià Vilanova Martíneza2dda312024-05-18 00:35:51 +020067 "@datastructures-js/queue": "^4.2.3",
Renovate bot0a2b1fe2024-02-08 23:11:19 +000068 "@lit/localize": "^0.12.0",
Adrià Vilanova Martínez5f5b3e02023-07-23 00:08:17 +020069 "@material/banner": "^14.0.0",
Adrià Vilanova Martínez54964a52022-10-26 23:53:29 +020070 "@material/mwc-circular-progress": "^0.27.0",
Adrià Vilanova Martínezf276ac72022-10-13 22:16:22 +020071 "@material/mwc-dialog": "^0.27.0",
Renovate bot66cc9c12024-02-09 22:11:17 +000072 "@material/tooltip": "^14.0.0",
Renovate bot5d3f0c22024-07-29 04:08:53 +000073 "@material/web": "^2.0.0",
Renovate bot0dc06452024-02-25 16:09:46 +000074 "@stdlib/utils-escape-regexp-string": "^0.2.0",
Renovate botdfe98132024-03-11 23:09:17 +000075 "async-mutex": "^0.5.0",
Renovate bot822a80d2024-02-09 23:12:14 +000076 "dompurify": "^3.0.0",
Adrià Vilanova Martínez50435f82022-01-21 19:33:36 +010077 "google-protobuf": "^3.19.3",
Adrià Vilanova Martínez413cb442021-09-06 00:30:45 +020078 "grpc-web": "^1.2.1",
Renovate botfbd73102024-02-09 23:12:32 +000079 "idb": "^8.0.0",
Renovate bot8617f862024-02-25 18:10:17 +000080 "lit": "^3.0.0",
Renovate bot3aaf3b12024-02-10 00:25:28 +000081 "poll-until-promise": "^4.0.0",
Adrià Vilanova Martínez413cb442021-09-06 00:30:45 +020082 "semver": "^7.3.5",
Adrià Vilanova Martínezb06c13d2022-06-20 17:30:14 +000083 "sw-xhr": "^0.0.3"
Adrià Vilanova Martínez27c69962021-07-17 23:32:51 +020084 }
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +020085}