-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 KB
/
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
30
31
32
33
34
35
36
{
"name": "4chan-mass-reply",
"title": "4chan Mass Reply",
"description": "Mass reply and more on 4channel.org",
"repository": {
"type": "git",
"url": "git+https://github.com/HamletDuFromage/4chan-mass-reply.git"
},
"scripts": {
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production",
"lint": "eslint --fix --ext .js src"
},
"license": "GPLv3",
"bugs": {
"url": "https://github.com/HamletDuFromage/4chan-mass-reply/issues"
},
"keywords": [
"4chan",
"4channel",
"shitpost",
"sneed",
"mass reply",
"soyjak"
],
"homepage": "https://github.com/HamletDuFromage/4chan-mass-reply",
"devDependencies": {
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"eslint-config-airbnb-base": "^15.0.0",
"webextension-polyfill": "^0.10.0",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
}
}