UNPKG

sergeycw_first_project

Version:
51 lines (50 loc) 1.33 kB
{ "name": "sergeycw_first_project", "version": "1.4.1", "description": "my first hexlet project", "main": "index.js", "bin": { "brain-even": "dist/bin/brain-even.js", "brain-games": "dist/bin/brain-games.js", "brain-calc": "dist/bin/brain-calc.js", "brain-gcd": "dist/bin/brain-gcd.js" }, "files": [ "dist" ], "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-preset-stage-0": "^6.24.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "^2.9.0", "babel-eslint": "^8.2.2", "eslint": "^4.18.2" }, "scripts": { "eslint": "eslint", "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline", "prepublishOnly": "npm run build", "babel-node": "babel-node", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/sergeycw/project-lvl1-s232.git" }, "keywords": [ "hexlet", "javascript", "braingames" ], "author": "sergeycw", "license": "ISC", "bugs": { "url": "https://github.com/sergeycw/project-lvl1-s232/issues" }, "homepage": "https://github.com/sergeycw/project-lvl1-s232#readme", "dependencies": { "readline-sync": "^1.4.9" } }