{
    "private": true,
    "name": "dungeonslayers4",
    "description": "An implementation of the Dungeonslayers 4 game system for Foundry Virtual Tabletop.",
    "version": "1.2.0",
    "license": "https://git.f3l.de/dungeonslayers/ds4#licensing",
    "homepage": "https://git.f3l.de/dungeonslayers/ds4",
    "repository": {
        "type": "git",
        "url": "https://git.f3l.de/dungeonslayers/ds4"
    },
    "bugs": {
        "url": "https://git.f3l.de/dungeonslayers/ds4/-/issues"
    },
    "contributors": [
        {
            "name": "Johannes Loher",
            "email": "johannes.loher@fg4f.de"
        },
        {
            "name": "Gesina Schwalbe",
            "email": "gesina.schwalbe@pheerai.de"
        },
        {
            "name": "Oliver Rümpelein",
            "email": "foundryvtt@pheerai.de"
        },
        {
            "name": "Siegfried Krug",
            "email": "foundryvtt@asdil1991.de"
        },
        {
            "name": "Max Tharr"
        },
        {
            "name": "Sascha Martens"
        }
    ],
    "scripts": {
        "build": "gulp build",
        "build:watch": "gulp watch",
        "link-project": "gulp link",
        "clean": "gulp clean",
        "clean:link": "gulp link --clean",
        "bump-version": "gulp bumpVersion",
        "lint": "eslint --ext .ts,.js .",
        "lint:fix": "eslint --ext .ts,.js --fix .",
        "test": "jest",
        "test:watch": "jest --watch",
        "test:ci": "jest --ci --reporters=default --reporters=jest-junit",
        "format": "prettier --write \"./**/*.(ts|js|json|scss)\"",
        "postinstall": "husky install"
    },
    "devDependencies": {
        "@league-of-foundry-developers/foundry-vtt-types": "0.8.8-7",
        "@types/fs-extra": "9.0.12",
        "@types/jest": "26.0.24",
        "@typescript-eslint/eslint-plugin": "4.28.4",
        "@typescript-eslint/parser": "4.28.4",
        "chalk": "4.1.1",
        "eslint": "7.31.0",
        "eslint-config-prettier": "8.3.0",
        "eslint-plugin-jest": "24.4.0",
        "eslint-plugin-prettier": "3.4.0",
        "fs-extra": "10.0.0",
        "gulp": "4.0.2",
        "gulp-sass": "5.0.0",
        "husky": "7.0.1",
        "jest": "27.0.6",
        "jest-junit": "12.2.0",
        "lint-staged": "11.1.1",
        "prettier": "2.3.2",
        "rollup": "2.53.3",
        "rollup-plugin-typescript2": "0.30.0",
        "sass": "1.36.0",
        "semver": "7.3.5",
        "ts-jest": "27.0.4",
        "tslib": "2.3.0",
        "typescript": "4.3.5",
        "yargs": "17.0.1"
    },
    "lint-staged": {
        "*.ts": "eslint --cache --fix",
        "*.(json|scss)": "prettier --write"
    }
}