blob: 05625569f4191f958c3b7ae76823c79ab5cebb7e [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 },
8 "scripts": {},
9 "repository": {
10 "type": "git",
11 "url": "https://gerrit.avm99963.com/infinitegforums"
12 },
13 "author": "Adrià Vilanova Martínez (avm99963)",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://bugs.avm99963.com/p/twpowertools"
17 },
18 "keywords": [
19 "chrome",
20 "firefox",
21 "extension",
22 "webext",
23 "add-on",
24 "forums",
25 "google"
26 ],
27 "devDependencies": {
28 "clean-webpack-plugin": "^4.0.0-alpha.0",
29 "copy-webpack-plugin": "^9.0.1",
30 "json5": "^2.2.0",
31 "path": "^0.12.7",
32 "webpack": "^5.44.0",
33 "webpack-cli": "^4.7.2",
34 "webpack-shell-plugin-next": "^2.2.2"
35 },
36 "private": true
37}