brain-games-by-botirk
Version:
game developed for hexlet.io education course
49 lines (48 loc) • 1.25 kB
JSON
{
"name": "brain-games-by-botirk",
"version": "1.0.14",
"description": "game developed for hexlet.io education course",
"scripts": {
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/botirk/project-lvl1-s486.git"
},
"keywords": [
"educational",
"junior",
"game"
],
"author": "botirk",
"license": "ISC",
"bugs": {
"url": "https://github.com/botirk/project-lvl1-s486/issues"
},
"homepage": "https://github.com/botirk/project-lvl1-s486#readme",
"dependencies": {
"readline-sync": "*"
},
"devDependencies": {
"@babel/core": "*",
"@babel/cli": "*",
"@babel/node": "*",
"@babel/preset-env": "*",
"eslint": "*",
"eslint-config-airbnb-base": "*",
"eslint-plugin-import": "*",
"babel-eslint": "*"
},
"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"
},
"files": [
"dist"
]
}