{ | |
"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": {}, | |
"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" | |
], | |
"devDependencies": { | |
"copy-webpack-plugin": "^9.0.1", | |
"css-loader": "^6.2.0", | |
"json5": "^2.2.0", | |
"path": "^0.12.7", | |
"sass": "^1.38.1", | |
"sass-loader": "^12.1.0", | |
"style-loader": "^3.2.1", | |
"webpack": "^5.44.0", | |
"webpack-cli": "^4.7.2", | |
"webpack-preprocessor-loader": "^1.1.4", | |
"webpack-shell-plugin-next": "^2.2.2" | |
}, | |
"private": true, | |
"dependencies": { | |
"@material/tooltip": "^12.0.0", | |
"async-mutex": "^0.3.2", | |
"google-protobuf": "^3.19.3", | |
"grpc-web": "^1.2.1", | |
"idb": "^6.1.2", | |
"poll-until-promise": "^3.6.1", | |
"semver": "^7.3.5", | |
"sw-xhr": "^0.0.3" | |
} | |
} |