-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 838 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "facebook-video-adblocker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"lint": "eslint \"src/**/*.ts\" --quiet --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@abdullah2993/web-ext-webpack-plugin": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"@webpack-cli/init": "^1.0.3",
"copy-webpack-plugin": "^7.0.0",
"eslint": "^7.16.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"ts-loader": "^8.0.12",
"typescript": "^4.1.3",
"webextension-polyfill-ts": "^0.22.0",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0"
}
}