@putout/formatter-dump
Version:
🐊Putout formatter stores output and dump it on end
57 lines (56 loc) • 1.43 kB
JSON
{
"name": "@putout/formatter-dump",
"version": "6.1.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "🐊Putout formatter stores output and dump it on end",
"homepage": "https://github.com/coderaiser/putout/tree/master/packages/formatter-dump#readme",
"main": "lib/dump.js",
"release": false,
"tag": false,
"changelog": false,
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/putout.git"
},
"scripts": {
"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": "madrun coverage",
"report": "madrun report"
},
"dependencies": {
"@putout/formatter-json": "^3.0.0",
"table": "^6.0.1"
},
"keywords": [
"putout",
"putout-formatter",
"formatter",
"dump"
],
"devDependencies": {
"@putout/eslint-flat": "^3.0.0",
"@putout/plugin-remove-unused-variables": "*",
"@putout/test": "^14.0.0",
"c8": "^10.0.0",
"eslint": "^9.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-putout": "^28.0.0",
"madrun": "^11.0.0"
},
"peerDependencies": {
"putout": ">=40"
},
"license": "MIT",
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
}
}