package.json
{
"name": "enya_braingames",
"version": "0.1.2",
"description": "Training project brain-games on Hexlet.",
"files": [
"dist"
],
"scripts": {
"babel-node": "babel-node",
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EnyaEnya/project-lvl1-s392.git"
},
"keywords": [
"braingames",
"project",
"lvl1"
],
"author": "enya",
"license": "ISC",
"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-prog": "dist/bin/brain-progression.js",
"brain-prime": "dist/bin/brain-prime.js"
},
"bugs": {
"url": "https://github.com/EnyaEnya/project-lvl1-s392/issues"
},
"homepage": "https://github.com/EnyaEnya/project-lvl1-s392#readme",
"dependencies": {
"hexlet-pairs": "^1.0.8",
"readline-sync": "^1.4.9"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/node": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.14.0"
}
}