-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@dice-roller/cli",
"description": "A command line interface for rolling dice.",
"author": "GreenImp Media <info@greenimp.co.uk> (https://greenimp.co.uk)",
"version": "1.1.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dice-roller/cli.git"
},
"bugs": {
"url": "https://github.com/dice-roller/cli/issues"
},
"homepage": "https://dice-roller.github.io/documentation",
"funding": [
"https://github.com/sponsors/dice-roller",
"https://github.com/sponsors/GreenImp"
],
"keywords": [
"dice",
"roller",
"rpg",
"roll",
"d&d",
"dnd",
"random",
"prng",
"roleplay",
"pathfinder",
"notation",
"cli",
"command line interface"
],
"type": "module",
"main": "index.js",
"bin": {
"roller": "./index.js"
},
"engines": {
"node": ">=12.0"
},
"dependencies": {
"@dice-roller/rpg-dice-roller": "^5.2.0",
"boxen": "^7.0.0",
"chalk": "^5.1.2",
"clear": "^0.1.0",
"cli-table3": "^0.6.3",
"figlet": "^1.5.2",
"inquirer": "^9.1.4",
"yargs": "^17.6.0"
}
}