| { |
| "name": "twpowertools", |
| "version": "0.0.0", |
| "description": "An extension which brings several enhancements to the Google Forums and the Community Console.", |
| "directories": { |
| "doc": "docs" |
| }, |
| "scripts": { |
| "preinstall": "npx only-allow pnpm" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "https://gerrit.avm99963.com/infinitegforums" |
| }, |
| "author": "Adrià Vilanova MartÃnez (avm99963)", |
| "license": "MIT", |
| "bugs": { |
| "url": "https://bugs.avm99963.com/p/twpowertools" |
| }, |
| "keywords": [ |
| "chrome", |
| "firefox", |
| "extension", |
| "webext", |
| "add-on", |
| "forums", |
| "google" |
| ], |
| "engines": { |
| "node": ">=20", |
| "pnpm": ">=9 <10" |
| }, |
| "devDependencies": { |
| "@lit/localize-tools": "0.8.1", |
| "@testing-library/dom": "10.4.1", |
| "@types/chrome": "0.1.40", |
| "@types/google-protobuf": "3.15.12", |
| "@types/node": "24.12.2", |
| "@vitest/coverage-istanbul": "4.1.5", |
| "@vitest/coverage-v8": "4.1.5", |
| "@vitest/eslint-plugin": "1.6.16", |
| "css-loader": "7.1.4", |
| "eslint": "10.2.1", |
| "html-webpack-plugin": "5.6.7", |
| "jsdom": "29.0.2", |
| "json5": "2.2.3", |
| "mini-css-extract-plugin": "2.10.2", |
| "path": "0.12.7", |
| "prettier": "3.8.3", |
| "raw-loader": "4.0.2", |
| "renovate": "43.126.0", |
| "sass": "1.99.0", |
| "sass-loader": "16.0.7", |
| "style-loader": "4.0.0", |
| "terser-webpack-plugin": "5.4.0", |
| "typescript": "6.0.2", |
| "typescript-eslint": "8.58.2", |
| "vitest": "4.1.5", |
| "web-ext": "10.1.0", |
| "webpack": "5.105.4", |
| "webpack-cli": "7.0.2" |
| }, |
| "private": true, |
| "dependencies": { |
| "@avm99963/sw-xhr": "^0.0.6", |
| "@lit-labs/motion": "^1.0.9", |
| "@lit/context": "^1.1.6", |
| "@lit/localize": "^0.12.0", |
| "@m3e/web": "^2.0.0", |
| "@material/banner": "^14.0.0", |
| "@material/mwc-circular-progress": "^0.27.0", |
| "@material/mwc-dialog": "^0.27.0", |
| "@material/tooltip": "^14.0.0", |
| "@material/web": "^2.0.0", |
| "@stdlib/utils-escape-regexp-string": "^0.2.0", |
| "async-mutex": "^0.5.0", |
| "dompurify": "^3.0.0", |
| "globals": "^17.0.0", |
| "google-protobuf": "^4.0.0", |
| "grpc-web": "^2.0.0", |
| "idb": "^8.0.0", |
| "lit": "^3.0.0", |
| "poll-until-promise": "^4.0.0", |
| "semver": "^7.3.5" |
| }, |
| "pnpm": { |
| "onlyBuiltDependencies": [], |
| "packageExtensions": { |
| "@m3e/web": { |
| "peerDependencies": { |
| "lit-html": "*" |
| } |
| }, |
| "@material/web": { |
| "peerDependencies": { |
| "lit-html": "*" |
| } |
| }, |
| "@lit-labs/motion": { |
| "peerDependencies": { |
| "lit-html": "*" |
| } |
| }, |
| "@material/mwc-dialog": { |
| "peerDependencies": { |
| "lit-html": "*" |
| } |
| }, |
| "@vitest/expect": { |
| "dependencies": { |
| "@vitest/runner": "*" |
| } |
| } |
| } |
| } |
| } |