UNPKG

@unibeautify/cli

Version:
72 lines (71 loc) 1.72 kB
{ "name": "@unibeautify/cli", "version": "0.5.1", "description": "CLI for Unibeautify", "main": "dist/index.js", "bin": { "unibeautify": "dist/cli.js" }, "scripts": { "compile": "tsc", "clean": "rimraf dist", "jest": "jest --verbose", "test": "npm-run-all build jest", "docs": "typedoc --out docs --includeDeclarations", "prepare": "npm run build", "build": "npm-run-all clean compile", "lint:src": "tslint src/**/*.ts", "lint": "npm-run-all clean compile lint:*" }, "repository": { "type": "git", "url": "git+https://github.com/Unibeautify/cli.git" }, "keywords": [ "cli-app", "cli", "unibeautify", "beautify", "beautifier", "formatter", "format", "pretty" ], "author": { "name": "Glavin Wiechert", "email": "glavin.wiechert@gmail.com", "url": "https://github.com/glavin001" }, "license": "MIT", "bugs": { "url": "https://github.com/Unibeautify/cli/issues" }, "homepage": "https://github.com/Unibeautify/cli#readme", "engines": { "node": ">=6.0.0" }, "devDependencies": { "@types/cosmiconfig": "5.0.3", "@types/fast-levenshtein": "0.0.1", "@types/jest": "23.3.10", "@types/yargs": "12.0.1", "@unibeautify/beautifier-eslint": "0.6.0", "eslint": "5.9.0", "jest": "23.6.0", "npm-run-all": "4.1.5", "rimraf": "2.6.2", "ts-jest": "23.10.5", "tslint": "5.11.0", "typedoc": "0.13.0", "typescript": "3.2.2" }, "dependencies": { "chalk": "^2.4.1", "cosmiconfig": "^5.0.7", "fast-levenshtein": "^2.0.6", "g-search": "^0.3.0", "requireg": "^0.2.1", "unibeautify": "^0.17.0", "yargs": "^12.0.5" } }