forked from ElfFriend-DnD/foundryvtt-compactBeyond5eSheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 880 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
{
"private": true,
"name": "foundryvtt-compactBeyond5eSheet",
"version": "0.21.1",
"description": "A compact character sheet with similar layout to dndbeyond's.",
"scripts": {
"publish": "gulp publish",
"lint": "prettier --write .",
"build": "gulp build",
"build:watch": "gulp watch",
"clean": "gulp clean && gulp link --clean"
},
"author": "",
"license": "",
"devDependencies": {
"@league-of-foundry-developers/foundry-vtt-dnd5e-types": "^1.3.6-2",
"@league-of-foundry-developers/foundry-vtt-types": "^0.8.8-7",
"archiver": "^5.3.0",
"chalk": "^4.1.0",
"fs-extra": "^9.1.0",
"gulp": "^4.0.2",
"gulp-git": "^2.10.1",
"gulp-less": "^4.0.1",
"gulp-sass": "^4.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"json-stringify-pretty-compact": "^2.0.0",
"prettier": "2.1.2",
"sass": "^1.32.8",
"typescript": "^4.2.3",
"yargs": "^16.2.0"
}
}