UNPKG

cl-diff-tool

Version:
66 lines (65 loc) 1.66 kB
{ "name": "cl-diff-tool", "version": "0.1.7", "description": "command line diff tool", "main": "dist/index.js", "bin": { "gendiff": "dist/bin/gendiff.js" }, "scripts": { "babel-node": "babel-node", "start": "babel-node -- src/bin/gendiff", "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline", "lint": "eslint src/ __tests__/", "lint-fix": "eslint --fix src/ __tests__/", "lint-staged": "lint-staged", "release": "standard-version", "prepublish": "npm run build", "test": "jest" }, "jest": { "testEnvironment": "node" }, "repository": { "type": "git", "url": "git+https://github.com/Rabinzon/project-lvl2-s129.git" }, "keywords": [ "js", "node", "nodejs", "hexlet", "cl", "difftool" ], "author": "Ildar Gilfanov", "license": "ISC", "bugs": { "url": "https://github.com/Rabinzon/project-lvl1-s129/issues" }, "homepage": "https://github.com/Rabinzon/project-lvl1-s129#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^8.0.0", "babel-jest": "^21.2.0", "babel-preset-env": "^1.6.0", "babel-preset-stage-0": "^6.24.1", "eslint": "^4.7.0", "eslint-config-airbnb": "^15.1.0", "eslint-plugin-import": "^2.7.0", "jest": "^21.2.1", "jest-cli": "^21.2.1", "lint-staged": "^4.2.3", "pre-commit": "^1.2.2", "standard-version": "^4.2.0" }, "precommit.silent": true, "pre-commit": "lint-staged", "dependencies": { "commander": "^2.11.0", "ini": "^1.3.4", "js-yaml": "^3.10.0", "lodash": "^4.17.4" } }