forked from Handyfon/diceaddiction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 798 Bytes
/
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
{
"name": "dice-addiction-v2",
"version": "1.8.0",
"description": "Even more dice, even more options to scratch the itch",
"main": "module.json",
"scripts": {
"zip": "node build.js",
"rename": "node renameAndSort.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Abourass/foundry-dice-addiction-v2.git"
},
"author": "Abourass",
"license": "MIT",
"bugs": {
"url": "https://github.com/Abourass/foundry-dice-addiction-v2/issues"
},
"homepage": "https://github.com/Abourass/foundry-dice-addiction-v2#readme",
"devDependencies": {
"@types/archiver": "^5.3.1",
"@types/node": "^18.11.18",
"@types/sharp": "^0.31.1"
},
"dependencies": {
"archiver": "^5.3.1",
"random-words": "^1.2.1",
"sharp": "^0.31.3"
}
}