forked from code-owners/codeowners-ext
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 964 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
32
33
34
35
36
37
38
39
{
"name": "codeowners-chrome",
"version": "2.0.4",
"description": "Filter PR files by GitHub CODEOWNERS",
"scripts": {
"build": "yarn webpack --config webpack.prod.js",
"start": "node utils/webserver.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dounan/codeowners-chrome.git"
},
"keywords": [
"codeowners",
"github"
],
"author": "dounan",
"license": "MIT",
"bugs": {
"url": "https://github.com/dounan/codeowners-chrome/issues"
},
"dependencies": {
"ignore": "^4.0.5"
},
"devDependencies": {
"@types/chrome": "^0.0.71",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.0",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"ts-loader": "^4.4.2",
"typescript": "^3.0.1",
"webpack": "4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5",
"webpack-merge": "^4.1.4",
"write-file-webpack-plugin": "4.3.2"
}
}