UNPKG

@kyi193/kevins-thought-machine

Version:

Randomly return an answer for a yes or no question

33 lines (32 loc) 834 B
{ "name": "@kyi193/kevins-thought-machine", "version": "1.0.5", "description": "Randomly return an answer for a yes or no question", "main": "index.js", "scripts": { "build": "npx babel src --out-dir dist", "start": "npx babel src --watch --out-dir dist", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/kyi193/kevins-thought-machine.git" }, "keywords": [ "kevins-thought-machine", "eight", "ball" ], "author": "Kevin Yi", "license": "MIT", "bugs": { "url": "https://github.com/kyi193/kevins-thought-machine/issues" }, "homepage": "https://github.com/kyi193/kevins-thought-machine#readme", "devDependencies": { "@babel/cli": "^7.10.4", "@babel/core": "^7.10.4", "@babel/preset-env": "^7.10.4", "jest": "^26.1.0" } }