UNPKG

ulissvl-project1

Version:

Hexlet.io, first project of frontend development.

50 lines (49 loc) 1.39 kB
{ "name": "ulissvl-project1", "version": "0.3.1", "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-progression": "dist/bin/brain-progression.js", "brain-prime": "dist/bin/brain-prime.js" }, "description": "Hexlet.io, first project of frontend development.", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline", "prepublishOnly": "npm run build" }, "author": "Vladislav Burlachenko", "license": "ISC", "dependencies": { "hexlet-pairs": "^1.0.8", "readline-sync": "^1.4.9" }, "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.5", "@babel/node": "^7.4.5", "@babel/preset-env": "^7.4.5", "babel-eslint": "^10.0.1", "eslint": "^5.16.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.17.2" }, "repository": { "type": "git", "url": "git+https://github.com/ulissvl/project-lvl1-s508.git" }, "bugs": { "url": "https://github.com/ulissvl/project-lvl1-s508/issues" }, "homepage": "https://github.com/ulissvl/project-lvl1-s508#readme", "keywords": [ "hexlet", "project1" ] }