braingames-ansh
Version:
Brain Games(CLI games)
42 lines (41 loc) • 1.02 kB
JSON
{
"name": "braingames-ansh",
"version": "1.1.5",
"description": "Brain Games(CLI games)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "",
"bin": {
"brain-games": "bin/barin-games.js",
"brain-even": "bin/brain-even.js",
"brain-calc": "bin/brain-calc.js",
"brain-gcd": "bin/brain-gcd.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usernaimandrey/frontend-project-lvl1.git"
},
"keywords": [
"Brain",
"Brain",
"games",
"hexlet"
],
"author": "Andrey Shlyapnikov",
"license": "ISC",
"bugs": {
"url": "https://github.com/usernaimandrey/frontend-project-lvl1/issues"
},
"type": "module",
"homepage": "https://github.com/usernaimandrey/frontend-project-lvl1#readme",
"dependencies": {
"@hexlet/pairs": "^1.1.1",
"readline-sync": "^1.4.10"
},
"devDependencies": {
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
}
}