{ "name": "build-statistics-webpack-plugin", "version": "1.0.3", "description": "build statistics", "main": "dist/index.js", "scripts": { "build": "babel src -d dist", "pub": "npm run build && npm publish" }, "repository": { "type": "git", "url": "" }, "keywords": [ "webpack", "build", "statistics" ], "author": "thzt", "license": "ISC", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "babel": { "presets": [ [ "@babel/preset-env", { "targets": { "node": "4.2.0" } } ] ] }, "devDependencies": { "@babel/cli": "^7.1.2", "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0" }, "dependencies": { "debug": "^4.1.0" } }