{
  "name": "@putout/formatter-memory",
  "version": "6.0.2",
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
  "description": "🐊Putout formatter shows memory usage",
  "homepage": "https://github.com/coderaiser/putout/tree/master/packages/formatter-memory#readme",
  "main": "lib/memory.js",
  "release": false,
  "tag": false,
  "changelog": false,
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coderaiser/putout.git"
  },
  "scripts": {
    "test:base": "madrun test:base",
    "test": "madrun test",
    "watch:test": "madrun watch:test",
    "lint": "madrun lint",
    "fresh:lint": "madrun fresh:lint",
    "lint:fresh": "madrun lint:fresh",
    "fix:lint": "madrun fix:lint",
    "coverage:base": "madrun coverage:base",
    "coverage": "madrun coverage",
    "report": "madrun report"
  },
  "dependencies": {
    "@putout/formatter-dump": "^7.0.0",
    "chalk": "^6.0.0",
    "cli-progress": "^3.8.2",
    "format-io": "^2.0.0",
    "montag": "^2.0.0",
    "once": "^1.4.0"
  },
  "keywords": [
    "putout",
    "putout-formatter",
    "formatter",
    "progress-bar"
  ],
  "devDependencies": {
    "@putout/plugin-variables": "*",
    "@putout/test": "^15.0.0",
    "eslint": "^10.0.0",
    "eslint-plugin-putout": "^31.0.0",
    "madrun": "^13.0.0",
    "superc8": "^12.0.0"
  },
  "peerDependencies": {
    "putout": ">=42"
  },
  "license": "MIT",
  "engines": {
    "node": ">=22"
  },
  "publishConfig": {
    "access": "public"
  }
}
