forked from crobi/rpg-cards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 881 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
31
32
33
34
{
"name": "rpg-cards",
"version": "1.0.0",
"description": "RPG card generator",
"main": "build/ui.js",
"devDependencies": {
"fs-extra": "^3.0.0",
"mv": "^2.1.1",
"promise-streams": "^1.0.1",
"request": "^2.81.0",
"request-promise-native": "^1.0.3",
"unzip": "^0.1.11",
"walk": "^2.3.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "esbuild ./js/ui.js --bundle --sourcemap --outfile=./build/ui.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crobi/rpg-cards.git"
},
"author": "Robert Autenrieth",
"license": "ISC",
"bugs": {
"url": "https://github.com/crobi/rpg-cards/issues"
},
"homepage": "https://github.com/crobi/rpg-cards#readme",
"dependencies": {
"esbuild": "^0.19.1",
"file-saver": "^2.0.5",
"html-to-image": "^1.11.11"
}
}