UNPKG

brain-games-irastypain

Version:

This package is implementation of first project at Hexlet

53 lines (52 loc) 1.58 kB
{ "name": "brain-games-irastypain", "version": "0.9.1", "description": "This package is implementation of first project at Hexlet", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "babel-node": "babel-node", "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline", "prepublish": "npm run build", "eslint": "eslint" }, "repository": { "type": "git", "url": "git+https://github.com/irastypain/project-lvl1-s124.git" }, "keywords": [ "braingames", "hexlet" ], "author": "Ivan Rastyapin", "license": "MIT", "bugs": { "url": "https://github.com/irastypain/project-lvl1-s124/issues" }, "homepage": "https://github.com/irastypain/project-lvl1-s124#readme", "dependencies": { "readline-sync": "^1.4.7", "hexlet-pairs": "^1.0.5" }, "devDependencies": { "babel-cli": "^6.0.0", "babel-core": "^6.0.0", "babel-eslint": "^7.2.3", "babel-preset-env": "^1.6.0", "babel-preset-stage-0": "^6.0.0", "eslint": "^4.5.0", "eslint-config-airbnb": "^15.1.0", "eslint-config-airbnb-base": "^11.3.2", "eslint-plugin-import": "^2.7.0", "eslint-plugin-react": "^7.3.0" }, "bin": { "brain-games": "dist/bin/brain-prime.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" } }