Adrià Vilanova Martínez | 3465e77 | 2021-07-11 19:18:41 +0200 | [diff] [blame] | 1 | { |
| 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ínez | 3465e77 | 2021-07-11 19:18:41 +0200 | [diff] [blame] | 28 | "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ínez | 27c6996 | 2021-07-17 23:32:51 +0200 | [diff] [blame] | 35 | "private": true, |
| 36 | "dependencies": { |
| 37 | "idb": "^6.1.2", |
| 38 | "poll-until-promise": "^3.6.1" |
| 39 | } |
Adrià Vilanova Martínez | 3465e77 | 2021-07-11 19:18:41 +0200 | [diff] [blame] | 40 | } |