-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 870 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
{
"author": "othelarian <[email protected]>",
"name": "tiny-umbrella",
"main": "app/main.js",
"version": "1.1.1",
"scripts": {
"build": "cake build",
"itch": "cake itch",
"release": "cake -r build",
"serve": "cake serve",
"test": ""
},
"description": "My own personal diceset",
"repository": {
"type": "git",
"url": "git+https://github.com/othelarian/tiny-umbrella"
},
"devDependencies": {
"@dice-roller/rpg-dice-roller": "^5.2.1",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"bach": "^1.2.0",
"chokidar": "^3.5.3",
"coffeescript": "^2.7.0",
"connect": "^3.7.0",
"fs-extra": "10.1.0",
"pug": "^3.0.2",
"rollup": "^3.9.0",
"rollup-terser": "^1.0.3",
"sass": "^1.51.0",
"serve-static": "^1.15.0",
"sharp": "^0.31.1"
}
}