-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
37 lines (37 loc) · 1008 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
{
"name": "chunks-2-json-webpack-plugin",
"version": "1.0.4",
"description": "Plugin for webpack 4, that outputs build files to JSON",
"main": "index.js",
"scripts": {
"test": "jest",
"test:coverage": "jest --collectCoverageFrom='./*.js' --coverage --collectCoverageFrom=!./*.config.js && cat ./test/coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/homeday-de/Chunks2JsonPlugin.git"
},
"keywords": [
"webpack4",
"dependency",
"JSON",
"webpack",
"file",
"list"
],
"author": "Sinisa Grubor",
"license": "ISC",
"bugs": {
"url": "https://github.com/homeday-de/Chunks2JsonPlugin/issues"
},
"homepage": "https://github.com/homeday-de/Chunks2JsonPlugin#readme",
"devDependencies": {
"babel-jest": "24.1.0",
"babel-preset-env": "1.7.0",
"coveralls": "^3.0.2",
"css-loader": "2.1.0",
"jest": "24.1.0",
"mini-css-extract-plugin": "0.5.0",
"webpack": "^4.29.3"
}
}