UNPKG

braingamesmac

Version:

A set of mini-games launched from the console

42 lines (41 loc) 1.05 kB
{ "name": "braingamesmac", "version": "1.1.10", "description": "A set of mini-games launched from the console", "main": "", "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" }, "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline", "prepublishOnly": "npm run build" }, "keywords": [ "brain-games", "mini-games", "console" ], "author": "macanel", "license": "ISC", "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/node": "^7.2.2", "@babel/preset-env": "^7.2.3", "babel-eslint": "^10.0.1", "eslint": "^5.12.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.14.0" }, "dependencies": { "hexlet-pairs": "^1.0.8", "readline-sync": "^1.4.9" } }