forked from g3rv4/Refined
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 849 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
30
31
{
"name": "betterslack",
"version": "1.2.1",
"description": "Chrome extension to tweak Slack",
"main": "index.js",
"scripts": {
"watch": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.dev.js"
},
"repository": {
"type": "git",
"url": "https://github.com/g3rv4/BetterSlack.git"
},
"author": "Gervasio Marchand",
"license": "MIT",
"bugs": {
"url": "https://github.com/g3rv4/BetterSlack/issues"
},
"homepage": "https://github.com/g3rv4/BetterSlack#readme",
"devDependencies": {
"@types/chrome": "0.0.72",
"copy-webpack-plugin": "^4.5.2",
"source-map-loader": "^0.2.4",
"style-loader": "^0.22.1",
"ts-loader": "^4.5.0",
"typescript": "^3.0.1",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.4"
}
}