UNPKG

dicebot

Version:

A simple function which takes a `string` (or `number`) and returns some dice stats

56 lines (55 loc) 1.24 kB
{ "name": "dicebot", "version": "1.0.6", "description": "A simple function which takes a `string` (or `number`) and returns some dice stats", "main": "index.js", "bin": { "dicebot": "bin/dicebot" }, "scripts": { "test": "jest", "lint": "eslint *.js && echo Lint Free" }, "keywords": [ "dice", "bot", "dicebot", "random", "calc" ], "author": "lukejpreston <lukejpreston@gmail.com>", "repository": { "url": "https://github.com/lukejpreston/dicebot.git", "type": "git" }, "bugs": { "url": "https://github.com/lukejpreston/dicebot.git" }, "homepage": "https://lukejpreston.github.io/dicebot", "license": "MIT", "dependencies": { "chalk": "^2.4.2", "chance": "^1.0.18", "expr-eval": "^1.2.2", "fastest-validator": "^0.6.17", "yargs": "^13.2.2" }, "eslintConfig": { "extends": [ "standard" ], "env": { "jest": true, "jasmine": true } }, "devDependencies": { "eslint": "^5.16.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-standard": "^4.0.0", "jest": "^24.7.1" } }