hexletbackendproject1
Version:
Let's play some games
46 lines (45 loc) • 1.15 kB
JSON
{
"name": "hexletbackendproject1",
"version": "1.9.11",
"description": "Let's play some games",
"main": "",
"scripts": {
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"prepublishOnly": "npm run build"
},
"bin": {
"even": "dist/bin/brain-even.js",
"calc": "dist/bin/brain-calc.js",
"gcd": "dist/bin/brain-gcd.js",
"progression": "dist/bin/brain-progression.js",
"prime": "dist/bin/brain-prime.js"
},
"files": [
"dist"
],
"keywords": [
"hexlet",
"hexletbackendlvl1project"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AlexanderMalikh/backend-project-lvl1"
},
"author": "Alexander Malykh",
"license": "ISC",
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.3.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.18.2",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/node": "^7.6.1",
"@babel/preset-env": "^7.6.0"
},
"dependencies": {
"@hexlet/pairs": "^1.0.10",
"readline-sync": "^1.4.10"
}
}