{ "name": "js-beautify", "version": "1.14.0", "description": "beautifier.io for node", "main": "js/index.js", "bin": { "css-beautify": "./js/bin/css-beautify.js", "html-beautify": "./js/bin/html-beautify.js", "js-beautify": "./js/bin/js-beautify.js" }, "directories": { "lib": "js/lib", "test": "js/test" }, "files": [ "js/bin/", "js/lib/*.js", "js/lib/unpackers/", "js/index.js", "js/src/**/*" ], "scripts": {}, "bugs": "https://github.com/beautify-web/js-beautify/issues", "homepage": "https://beautifier.io/", "repository": { "type": "git", "url": "git://github.com/beautify-web/js-beautify.git" }, "keywords": [ "beautify", "beautifier", "code-quality" ], "author": "Einar Lielmanis ", "contributors": [ "Vital Batmanov ", "Chris J. Shull ", "Gian Marco Gherardi ", "Stan ", "Vittorio Gambaletta ", "Daniel Stockman ", "Harutyun Amirjanyan ", "Nochum Sossonko ", "Liam Newman " ], "license": "MIT", "engines": { "node": ">=10" }, "browserslist": "ie 11", "dependencies": { "config-chain": "^1.1.12", "editorconfig": "^0.15.3", "glob": "^7.1.3", "nopt": "^5.0.0" }, "devDependencies": { "benchmark": "^2.1.4", "codemirror": "^5.56.0", "jquery": "^3.5.1", "jshint": "^2.12.0", "minimist": ">=1.2.5", "mocha": "^8.1.1", "mustache": "^4.0.1", "requirejs": "^2.3.6", "serve": "^11.3.2", "webpack": "^5.32.0", "webpack-cli": "^4.6.0" } }