UNPKG

roolthedice

Version:

A CLI program to rool dices for RPG's or not

32 lines (31 loc) 849 B
{ "name": "roolthedice", "version": "1.5.0", "description": "A CLI program to rool dices for RPG's or not", "main": "src/index.js", "bin": { "roolthedice": "src/index.js", "rtd": "src/index.js" }, "dependencies": { "colors": "^1.4.0", "minimist": "^1.2.5", "play-sound": "^1.1.3", "screenshot-desktop": "^1.12.1" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/edersonferreira/roolthedice.git" }, "keywords": ["CLI", "dice", "rool", "dices", "rpg", "dices", "sort"], "author": "Ederson Ferreira", "license": "MIT", "bugs": { "url": "https://github.com/edersonferreira/roolthedice/issues" }, "homepage": "https://github.com/edersonferreira/roolthedice#readme" }