package.json
{
"name": "frondend-project",
"version": "8.2.6",
"description": "Brain-Games: Hexlet Project #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"
},
"engines": {
"node": ">=8"
},
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/annapuchkova/frontend-project-lvl1.git"
},
"keywords": [
"hexlet",
"brain-games",
"project1"
],
"author": "anna puchkova",
"license": "ISC",
"bugs": {
"url": "https://github.com/annapuchkova/frontend-project-lvl1/issues"
},
"homepage": "https://github.com/annapuchkova/frontend-project-lvl1#readme",
"dependencies": {
"@hexlet/pairs": "^1.0.10",
"readline-sync": "^1.4.9"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-eslint": "^8.2.6",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.18.2"
}
}