UNPKG

artyoms-gendiff

Version:
51 lines (50 loc) 1.23 kB
{ "name": "artyoms-gendiff", "version": "2.0.2", "description": "my own gendiff app for study project", "main": "dist/index.js", "bin": { "gendiff": "dist/bin/gendiff.js" }, "files": [ "dist" ], "scripts": { "test": "jest", "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/vinnityom/project-lvl2-s451.git" }, "keywords": [ "diff", "gendiff", "configfiles" ], "author": "Artyom Sukharev", "license": "ISC", "bugs": { "url": "https://github.com/vinnityom/project-lvl2-s451/issues" }, "homepage": "https://github.com/vinnityom/project-lvl2-s451#readme", "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.4.0", "@babel/node": "^7.2.2", "@babel/preset-env": "^7.4.2", "babel-eslint": "^10.0.1", "eslint": "^5.15.3", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jest": "^22.4.1", "jest": "^24.5.0" }, "dependencies": { "commander": "^2.19.0", "ini": "^1.3.5", "js-yaml": "^3.13.0", "lodash": "^4.17.11" } }