align-spaces
Version:
align spaces on empty lines of a source code
50 lines (49 loc) • 1.24 kB
JSON
{
"name": "align-spaces",
"version": "3.0.0",
"type": "module",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "align spaces on empty lines of a source code",
"homepage": "http://github.com/coderaiser/align-spaces",
"main": "lib/align-spaces.js",
"bin": {
"align-spaces": "bin/align-spaces.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/align-spaces.git"
},
"scripts": {
"test": "madrun test",
"watch:test": "madrun watch:test",
"lint": "madrun lint",
"putout": "madrun putout",
"lint:bin": "madrun lint:bin",
"lint:lib": "madrun lint:lib",
"fix:lint": "madrun fix:lint",
"coverage": "madrun coverage",
"report": "madrun report"
},
"dependencies": {},
"keywords": [
"align-whitespaces"
],
"devDependencies": {
"c8": "^10.1.3",
"coveralls": "^3.0.0",
"eslint": "^10.0.0",
"eslint-plugin-putout": "^30.0.2",
"madrun": "^12.1.3",
"nodemon": "^3.1.9",
"putout": "^41.20.1",
"supertape": "^12.4.0",
"try-catch": "^4.0.9"
},
"license": "MIT",
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
}
}