UNPKG

@nox_wave/hexlet-braingames

Version:
53 lines (52 loc) 1.51 kB
{ "name": "@nox_wave/hexlet-braingames", "version": "1.8.1", "description": "Brain Games. A set of mini-games.", "keywords": [ "hexlet", "mini-games" ], "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": { "test": "echo \"Error: no test specified\" && exit 1", "babel-node": "babel-node", "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline", "prepublishOnly": "npm run build", "lint": "eslint" }, "repository": { "type": "git", "url": "git+https://github.com/Peccansy/project-lvl1-s292.git" }, "author": "Albert Nikulshin (gotodno@gmail.com)", "license": "MIT", "bugs": { "url": "https://github.com/Peccansy/project-lvl1-s292/issues" }, "homepage": "https://github.com/Peccansy/project-lvl1-s292#readme", "files": [ "dist" ], "dependencies": { "hexlet-pairs": "^1.0.8", "readline-sync": "^1.4.9" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^8.2.3", "babel-preset-env": "^1.7.0", "babel-preset-stage-0": "^6.24.1", "eslint": "^4.19.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "^2.12.0" } }