blob: 33e929e3bd22b761d46f8f85ae22e4ea66cda8d8 [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": {
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +020028 "copy-webpack-plugin": "^9.0.1",
29 "json5": "^2.2.0",
30 "path": "^0.12.7",
31 "webpack": "^5.44.0",
32 "webpack-cli": "^4.7.2",
33 "webpack-shell-plugin-next": "^2.2.2"
34 },
Adrià Vilanova Martínez27c69962021-07-17 23:32:51 +020035 "private": true,
36 "dependencies": {
37 "idb": "^6.1.2",
38 "poll-until-promise": "^3.6.1"
39 }
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +020040}