{
  "name": "@inker/webpack-bundle-compare",
  "version": "1.2.0",
  "description": "Compare Webpack bundles",
  "private": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "bin": "dist/bin/script.js",
  "main": "dist/index.js",
  "files": [
    "dist",
    "es"
  ],
  "scripts": {
    "test": "vitest --no-cache",
    "test-cli": "ts-node src/bin/script test/data/prev.json test/data/cur.json",
    "lint": "eslint './src/**/*.ts'",
    "build:commonjs": "tsc --outDir dist",
    "buildwip:es": "tsc -m ESNext --outDir es",
    "build": "rm -rf dist && run-p -c \"build:*\"",
    "version": "npm run build",
    "release": "np"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/inker/webpack-bundle-compare"
  },
  "keywords": [
    "webpack",
    "bundle",
    "stats"
  ],
  "author": "Anton Veselev",
  "license": "ISC",
  "dependencies": {
    "chalk": "^5.3.0",
    "cli-table3": "^0.6.0",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@inker/eslint-config-typescript": "^11.1.0",
    "@types/lodash-es": "^4.17.12",
    "eslint": "^8.36.0",
    "np": "^10.0.0",
    "npm-run-all": "^4.1.5",
    "ts-node": "^10.9.1",
    "typescript": "^5.4.2",
    "vitest": "^1.4.0"
  }
}
