-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 735 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 735 Bytes
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
{
"private": true,
"name": "foundry-skillify",
"version": "0.2.0",
"description": "",
"scripts": {
"package": "gulp package",
"build": "gulp build && gulp link",
"build:watch": "gulp watch",
"clean": "gulp clean && gulp link --clean",
"publish": "gulp publish -u"
},
"author": "",
"license": "",
"devDependencies": {
"archiver": "^5.3.0",
"chalk": "^4.1.1",
"foundry-pc-types": "gitlab:foundry-projects/foundry-pc/foundry-pc-types",
"fs-extra": "^10.0.0",
"gulp": "^4.0.2",
"gulp-git": "^2.10.1",
"gulp-less": "^5.0.0",
"gulp-sass": "^5.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"json-stringify-pretty-compact": "^3.0.0",
"sass": "^1.35.1",
"typescript": "^4.3.5",
"yargs": "^17.0.1"
}
}