-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.48 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "microservices-webpack-plugin",
"version": "2.2.0",
"description": "",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/morriq/microservices-webpack-plugin.git"
},
"files": [
"README.md",
"lib/index.js"
],
"keywords": [
"webpack",
"tailor",
"microservices",
"externals",
"script",
"include",
"plugin",
"cdn",
"production",
"development"
],
"author": {
"name": "Dawid Winiarczyk",
"email": "[email protected]",
"url": "https://github.com/morriq"
},
"contributors": [
{
"name": "Dawid Winiarczyk",
"email": "[email protected]",
"url": "https://github.com/morriq"
}
],
"homepage": "https://github.com/morriq/microservices-webpack-plugin",
"bugs": {
"url": "https://github.com/morriq/microservices-webpack-plugin/issues"
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "9.1.2",
"@commitlint/config-conventional": "9.1.1",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.0.7",
"@semantic-release/npm": "7.0.5",
"@semantic-release/release-notes-generator": "9.0.1",
"conventional-changelog-eslint": "3.0.8",
"husky": "2.3.0",
"jasmine": "3.6.1",
"object.fromentries": "2.0.2",
"webpack": "4.44.1"
},
"dependencies": {
"npm-check": "5.9.2"
}
}