UNPKG

prettier-standard

Version:
50 lines (49 loc) 1.02 kB
{ "name": "prettier-standard", "version": "16.4.1", "description": "Prettier and standard brought together!", "main": "src/index.js", "bin": { "prettier-standard": "src/cli.js" }, "keywords": [ "prettier", "eslint", "standard", "linting", "formatting" ], "engines": { "node": ">=8" }, "author": "Adam Stankiewicz <sheerun@sher.pl>", "license": "MIT", "repository": "sheerun/prettier-standard", "dependencies": { "chalk": "^2.4.2", "diff": "^4.0.2", "eslint": "^6.8.0", "execa": "^2.0.4", "find-up": "^4.1.0", "get-stdin": "^7.0.0", "globby": "^6.1.0", "ignore": "^3.3.7", "lint-staged": "9.4.3", "mri": "^1.1.5", "multimatch": "^3.0.0", "prettierx": "0.11.3" }, "devDependencies": { "isomorphic-git": "1.3.2", "jest": "25.4.0", "tmp": "0.1.0" }, "scripts": { "format": "node src/cli.js --format", "lint": "node src/cli.js --lint", "test": "jest" }, "files": [ "src" ] }