UNPKG

brain-games-echo

Version:

My firts project for hexlet.io. I hope it's not the last. This is a just casual project (for someone).

54 lines (53 loc) 1.54 kB
{ "name": "brain-games-echo", "version": "2.0.11", "description": "My firts project for hexlet.io. I hope it's not the last. This is a just casual project (for someone).", "keywords": [ "hexlet", "learning", "pain" ], "bin": { "brain-games": "dist/bin/brain-games.js", "brain-even": "dist/bin/brain-even.js", "brain-calc": "dist/bin/brain-calc.js", "brain-gcd": "dist/bin/brain-gcd.js", "brain-balance": "dist/bin/brain-balance.js", "brain-progression": "dist/bin/brain-progression.js", "brain-prime": "dist/bin/brain-prime.js" }, "scripts": { "babel-node": "babel-node", "eslint": "eslint", "build": "cross-env NODE_ENV=production babel src --out-dir dist --source-maps inline", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/echonok/project-lvl1-s332.git" }, "author": "Nikolay Elovsky", "license": "ISC", "bugs": { "url": "https://github.com/echonok/project-lvl1-s332/issues" }, "homepage": "https://github.com/echonok/project-lvl1-s332#readme", "files": [ "dist" ], "dependencies": { "readline-sync": "^1.4.9" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^8.2.6", "babel-preset-env": "^1.7.0", "babel-preset-stage-0": "^6.24.1", "cross-env": "^5.2.0", "eslint": "^5.4.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-babel": "^5.1.0", "eslint-plugin-import": "^2.14.0" } }