foundry-vtt-system-midgard5/package.json

61 lines
1.6 KiB
JSON

{
"name": "foundry-system-midgard5",
"version": "2.3.0",
"description": "",
"main": "index.js",
"scripts": {
"package": "gulp publish --update",
"build": "gulp build --dbg",
"build:target": "gulp buildTarget --dbg",
"build:link": "gulp build --dbg && gulp link",
"build:prod": "gulp build",
"build:watch": "gulp watch",
"build:watch:target": "gulp watchTarget",
"clean": "gulp clean && gulp link --clean"
},
"author": "Byroks",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.15.0",
"@league-of-foundry-developers/foundry-vtt-types": "^9.280.0",
"@types/archiver": "^5.1.1",
"@types/browserify": "^12.0.37",
"@types/color": "^3.0.2",
"@types/fs-extra": "^9.0.13",
"@types/gulp": "^4.0.9",
"@types/gulp-less": "^0.0.32",
"@types/jquery": "^3.5.6",
"@types/node": "^16.9.1",
"@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",
"fs-extra": "^10.0.1",
"gulp": "^4.0.2",
"gulp-bro": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-git": "^2.10.1",
"gulp-git-streamed": "^2.10.1",
"gulp-jsonminify": "^1.1.0",
"gulp-less": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"json-stringify-pretty-compact": "^3.0.0",
"merge2": "^1.4.1",
"ts-node": "^10.2.1",
"tsify": "^5.0.4",
"typescript": "^4.4.2",
"uglifyify": "^5.0.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"yargs": "^17.1.1"
},
"dependencies": {
"handlebars-helpers": "^0.10.0"
}
}