-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 939 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
40
{
"name": "ignore-webpack-plugin",
"version": "0.3.0",
"description": "Excludes dynamically imported dependencies from the output bundle.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": "kriasoft/ignore-webpack-plugin",
"keywords": [
"webpack",
"webpack-plugin",
"plugin",
"ignore",
"bundler",
"bundling",
"ssr",
"cloudflare-worker",
"cloudflare-workers"
],
"author": "Konstantin Tarkus ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/kriasoft/ignore-webpack-plugin/issues"
},
"homepage": "https://github.com/kriasoft/ignore-webpack-plugin#readme",
"peerDependencies": {
"webpack": ">=5.0.0"
},
"devDependencies": {
"@yarnpkg/pnpify": "^3.0.0-rc.3",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"typescript": "^4.2.4",
"webpack": "^5.36.2"
},
"jest": {
"testEnvironment": "node"
}
}