forked from akstuhl/rpg-dice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.02 KB
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
{
"name": "rpg-dice",
"version": "2606.2.0-s",
"description": "Generate inline dice rolls and ability score pools for an RPG like DnD directly inside Pulsar",
"main": "./lib/rpg-dice",
"engines": {
"pulsar": "^1.0.0"
},
"scripts": {
"test": "jest",
"preinstall": "pnpm dlx only-allow pnpm"
},
"repository": {
"type": "git",
"url": "https://github.com/JLDesignNetwork/rpg-dice.git"
},
"author": "Jeff Langdon (JL Design Network) <jldesignnetwork@icloud.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JLDesignNetwork/rpg-dice/issues"
},
"homepage": "https://github.com/JLDesignNetwork/rpg-dice#readme",
"keywords": [
"RPG",
"dice",
"game",
"dungeons-and-dragons",
"tabletop",
"ttrpg",
"fate",
"fudge",
"pulsar",
"editor-plugin",
"gvs",
"jldn"
],
"activationCommands": {
"atom-workspace": "rpg-dice:roll"
},
"dependencies": {},
"devDependencies": {
"jest": "^30.4.2"
},
"packageManager": "pnpm@11.8.0"
}