UNPKG

1.15 kBJSONView Raw
1{
2 "name": "webpack-stylish",
3 "version": "0.1.4",
4 "description": "A stylish reporter for webpack",
5 "license": "MIT",
6 "repository": "webpack-contrib/webpack-stylish",
7 "author": "Andrew Powell <andrew@shellscape.org>",
8 "homepage": "https://github.com/webpack/webpack-stylish",
9 "main": "index.js",
10 "engines": {
11 "node": ">=6"
12 },
13 "scripts": {
14 "beautify": "npm run lint -- --fix",
15 "ci": "npm run lint && npm run test",
16 "lint": "eslint index.js test lib",
17 "mocha": "mocha test/test.js --full-trace --check-leaks --exit",
18 "test": "npm run mocha"
19 },
20 "files": [
21 "index.js",
22 "lib/"
23 ],
24 "peerDependencies": {
25 "webpack": "^2.2.0 || ^3.0.0 || ^4.0.0-beta.1"
26 },
27 "dependencies": {
28 "chalk": "^2.3.0",
29 "log-symbols": "^2.2.0",
30 "plur": "^2.1.2",
31 "pretty-bytes": "^4.0.2",
32 "strip-ansi": "^4.0.0",
33 "text-table": "^0.2.0",
34 "wordwrap": "^1.0.0"
35 },
36 "devDependencies": {
37 "eslint": "^4.5.0",
38 "eslint-config-webpack": "^1.2.5",
39 "eslint-plugin-import": "^2.8.0",
40 "execa": "^0.9.0",
41 "mocha": "^5.0.0",
42 "webpack": "^3.11.0",
43 "webpack-log": "^1.1.2"
44 }
45}