brain-game-108
Version:
my 1st Hexlet's project
50 lines (49 loc) • 1.29 kB
JSON
{
"name": "brain-game-108",
"version": "1.8.2",
"description": "my 1st Hexlet's project",
"scripts": {
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"prepublishOnly": "npm run build"
},
"bin": {
"brain-even": "dist/bin/even.js",
"brain-calc": "dist/bin/calc.js",
"brain-gcd": "dist/bin/gcd.js",
"brain-progression": "dist/bin/progression.js",
"brain-prime": "dist/bin/prime.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MagayAlex/project-lvl1-s450.git"
},
"files": [
"dist"
],
"keywords": [
"hexlet",
"junior"
],
"author": "Magay Alexander",
"license": "ISC",
"bugs": {
"url": "https://github.com/MagayAlex/project-lvl1-s450/issues"
},
"homepage": "https://github.com/MagayAlex/project-lvl1-s450",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.14.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.16.0"
},
"dependencies": {
"hexlet-pairs": "^1.0.8",
"hexlet-pairs-data": "^1.0.8",
"readline-sync": "^1.4.9"
}
}