UNPKG

marazmatique

Version:

this is packadge for install and run Brain Games on your $shel

53 lines (52 loc) 1.46 kB
{ "name": "marazmatique", "version": "1.2.3", "description": "this is packadge for install and run Brain Games on your $shel", "keywords": [ "Brain-Games", "Brain", "Game" ], "main": "dist/index.js", "scripts": { "test": "jest", "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/marazmatique/project-lvl1-s486.git" }, "author": "marazmatique", "license": "ISC", "bugs": { "url": "https://github.com/marazmatique/project-lvl1-s486/issues" }, "homepage": "https://github.com/marazmatique/project-lvl1-s486#readme", "devDependencies": { "@babel/cli": "^7.6.4", "@babel/core": "^7.6.4", "@babel/node": "^7.6.3", "@babel/preset-env": "^7.6.3", "babel-eslint": "^10.0.3", "eslint": "^6.6.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jest": "^23.0.3" }, "files": [ "dist" ], "bin": { "brain-prime": "dist/bin/brain-games-prime.js", "brain-prog": "dist/bin/brain-games-progression.js", "brain-gcd": "dist/bin/brain-games-gcd.js", "brain-calc": "dist/bin/brain-games-calc.js", "brain-even": "dist/bin/brain-games-even.js" }, "dependencies": { "@hexlet/pairs": "^1.0.10", "readline-sync": "^1.4.10" } }