UNPKG

cli-diff

Version:

A diff utility with highlighted output for CLIs

40 lines (39 loc) 999 B
{ "name": "cli-diff", "version": "1.0.0", "description": "A diff utility with highlighted output for CLIs", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "https://github.com/j-f1/cli-diff", "author": "Jed Fox <git@twopointzero.us>", "license": "MIT", "files": [ "dist/" ], "scripts": { "build": "tsc -p .", "prettier": "prettier --ignore-path .gitignore **/*.{ts,json,md,yml}", "lint": "yarn prettier --check", "fix": "yarn prettier --write", "test": "jest", "coverage": "yarn test --collectCoverage" }, "dependencies": { "chalk": "^2.4.1", "diff": "^3.5.0" }, "engines": { "node": ">=6" }, "devDependencies": { "@types/dedent": "^0.7.0", "@types/diff": "^3.5.2", "@types/jest": "^23.3.10", "dedent": "^0.7.0", "jest": "^23.6.0", "prettier": "prettier/prettier", "ts-jest": "^23.10.5", "typescript": "^3.2.2" }, "$schema": "http://json.schemastore.org/package.json" }