UNPKG

hexlet-project-lvl1-german

Version:
54 lines (53 loc) 1.53 kB
{ "name": "hexlet-project-lvl1-german", "version": "1.0.2", "description": "Project1 from hexlet. Brain 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": "cross-env NODE_ENV=production babel src --out-dir dist --source-maps inline", "prepublishOnly": "npm run build", "eslint": "eslint" }, "repository": { "type": "git", "url": "git+https://github.com/stgoge/project-lvl1-s320.git" }, "author": "German", "license": "ISC", "bugs": { "url": "https://github.com/stgoge/project-lvl1-s320/issues" }, "keywords": [ "hexlet", "brain-games", "project1" ], "files": [ "dist" ], "dependencies": { "readline-sync": "^1.4.9" }, "devDependencies": { "babel-cli": "*", "babel-core": "*", "babel-eslint": "^8.2.6", "babel-preset-env": "*", "babel-preset-stage-0": "*", "cross-env": "^5.2.0", "eslint": "^5.2.0", "eslint-config-airbnb-base": "^13.0.0", "eslint-plugin-import": "^2.13.0" }, "homepage": "https://github.com/stgoge/project-lvl1-s320#readme" }