forked from whelan/fvtt-merchant-sheet-npc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "merchantsheetnpc",
"version": "2.3.1",
"description": "",
"main": "index.js",
"scripts": {
"package": "gulp publish --update",
"build": "gulp build --dbg && gulp link",
"build:prod": "gulp build",
"build:watch": "gulp watch",
"clean": "gulp clean && gulp link --clean"
},
"author": "whelan",
"license": "GPLv3",
"devDependencies": {
"@babel/core": "^7.15.0",
"@league-of-foundry-developers/foundry-vtt-types": "^0.8.9-2",
"@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/yargs": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"archiver": "^5.3.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"color": "3.2.1",
"eslint": "^7.32.0",
"gulp": "^4.0.0",
"gulp-bro": "^2.0.0",
"gulp-git": "^2.10.1",
"gulp-less": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^5.0.0",
"gulp-uglify": "^3.0.2",
"json-stringify-pretty-compact": "^3.0.0",
"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": {
"csv-parse": "^4.16.3",
"tsify": "^5.0.4"
}
}