-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package_gulp.json
91 lines (91 loc) · 2.8 KB
/
package_gulp.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "automated-polymorpher",
"title": "Automated Polymorpher",
"description": "[BETA] A user interface to manage polymorpher with summoning animations and automated summoning for spells",
"version": "1.1.13",
"main": "automated-polymorpher.js",
"scripts": {
"publish": "gulp publish --update",
"package": "gulp package",
"build": "gulp build --dbg",
"build:link": "gulp build --dbg && gulp link",
"build:test": "gulp build --dbg && gulp link && npm test",
"build:prod": "gulp bundle && npm test",
"build:watch": "gulp watch",
"clean": "gulp clean && gulp link --clean",
"test": "jest",
"update": "npm install --save-dev @league-of-foundry-developers/foundry-vtt-types@9",
"prettier-format": "prettier --config .prettierrc.js --write \"./src/**/*.{ts,js,json,scss,css,html}\""
},
"keywords": [
"foundryvtt",
"fvtt",
"module"
],
"author": "",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.4",
"@league-of-foundry-developers/foundry-vtt-types": "^9.280.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/archiver": "^5.1.1",
"@types/browserify": "^12.0.37",
"@types/color": "^3.0.2",
"@types/gulp": "^4.0.9",
"@types/gulp-less": "^0.0.32",
"@types/jest": "^27.4.0",
"@types/jquery": "^3.5.14",
"@types/yargs": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"archiver": "^5.3.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"color": "3.2.1",
"eslint": "^7.32.0",
"eslint-plugin-jsdoc": "^39.3.3",
"fancy-log": "^2.0.0",
"fs": "^0.0.1-security",
"gulp": "^4.0.0",
"gulp-bro": "^2.0.0",
"gulp-changed": "^4.0.3",
"gulp-eslint-new": "^1.5.1",
"gulp-eslint7": "^0.3.1",
"gulp-git": "^2.10.1",
"gulp-if": "^3.0.0",
"gulp-less": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"jest": "^27.5.1",
"json-stringify-pretty-compact": "^3.0.0",
"merge-stream": "^2.0.0",
"nedb": "^1.8.0",
"path": "^0.12.7",
"rollup": "^2.77.0",
"sass": "^1.49.11",
"through2": "^4.0.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.2.1",
"typescript": "^4.4.2",
"uglifyify": "^5.0.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"yargs": "^17.1.1"
},
"dependencies": {
"build": "^0.1.4",
"csv-parse": "^4.16.3",
"gulp-jest": "^4.0.4",
"node-sass": "^7.0.1",
"prettier": "^2.7.1",
"prettier-format": "^3.1.0",
"tsify": "^5.0.4",
"typescript": "^4.6.3"
}
}