UNPKG

enigma-gendiff

Version:
56 lines (55 loc) 1.37 kB
{ "name": "enigma-gendiff", "version": "0.2.5", "description": "cli app", "main": "dist/index.js", "bin": { "gendiff": "dist/bin/gendiff.js" }, "files": [ "dist" ], "scripts": { "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline", "prepublishOnly": "npm run build", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/Enigmadie/frontend-project-lvl2.git" }, "author": "Al. Kh.", "license": "MIT", "bugs": { "url": "https://github.com/Enigmadie/frontend-project-lvl2/issues" }, "homepage": "https://github.com/Enigmadie/frontend-project-lvl2#readme", "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/node": "^7.5.5", "@babel/plugin-proposal-pipeline-operator": "^7.5.0", "@babel/preset-env": "^7.5.5", "babel-eslint": "^10.0.3", "babel-jest": "^24.9.0", "eslint": "^6.2.2", "eslint-config-airbnb-base": "^13.2.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jest": "^22.15.2", "jest": "^24.9.0", "jest-cli": "^24.9.0" }, "dependencies": { "commander": "^2.20.0", "ini": "^1.3.5", "js-yaml": "^3.13.1", "lodash": "^4.17.15" }, "keywords": [ "cli", "hexlet", "gendiff", "project" ] }