{
    "private": true,
    "name": "dungeonslayers4",
    "description": "An implementation of the Dungeonslayers 4 game system for Foundry Virtual Tabletop.",
    "version": "1.12.3",
    "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"
        }
    ],
    "type": "module",
    "scripts": {
        "build": "run-s clean:files build:files",
        "build:files": "rollup -c",
        "watch": "rollup -c -w",
        "link-package": "node ./tools/link-package.js",
        "clean": "run-p clean:files clean:link",
        "clean:files": "rimraf dist",
        "clean:link": "node ./tools/link-package.js --clean",
        "lint": "eslint --ext .ts,.js,.cjs,.mjs .",
        "lint:fix": "eslint --ext .ts,.js,.cjs,.mjs --fix .",
        "test": "jest",
        "test:watch": "jest --watch",
        "test:ci": "jest --ci --reporters=default --reporters=jest-junit",
        "format": "prettier --write \"./**/*.(ts|js|cjs|mjs|json|scss|yml)\"",
        "typecheck": "tsc --noEmit",
        "bump-version": "node ./tools/bump-version.js",
        "convert-packs-to-json": "node ./tools/convert-packs-to-json.js",
        "postinstall": "husky install",
        "changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
    },
    "devDependencies": {
        "@commitlint/cli": "16.1.0",
        "@commitlint/config-conventional": "16.0.0",
        "@guanghechen/rollup-plugin-copy": "1.8.6",
        "@league-of-foundry-developers/foundry-vtt-types": "9.242.0",
        "@rollup/plugin-typescript": "8.3.0",
        "@seald-io/nedb": "2.2.1",
        "@types/fs-extra": "9.0.13",
        "@types/jest": "27.4.0",
        "@typescript-eslint/eslint-plugin": "5.10.1",
        "@typescript-eslint/parser": "5.10.1",
        "conventional-changelog-cli": "2.2.2",
        "conventional-changelog-conventionalcommits": "4.6.3",
        "eslint": "8.7.0",
        "eslint-config-prettier": "8.3.0",
        "eslint-plugin-jest": "26.0.0",
        "eslint-plugin-prettier": "4.0.0",
        "fs-extra": "10.0.0",
        "husky": "7.0.4",
        "jest": "27.4.7",
        "jest-junit": "13.0.0",
        "lint-staged": "12.3.1",
        "npm-run-all": "4.1.5",
        "prettier": "2.5.1",
        "rimraf": "3.0.2",
        "rollup": "2.66.0",
        "rollup-plugin-styles": "4.0.0",
        "rollup-plugin-terser": "7.0.2",
        "sass": "1.49.0",
        "semver": "7.3.5",
        "ts-jest": "27.1.3",
        "tslib": "2.3.1",
        "typescript": "4.4.4",
        "yargs": "17.3.1"
    },
    "lint-staged": {
        "*.(ts|js|cjs|mjs)": "eslint --cache --fix",
        "*.(json|scss|yml)": "prettier --write"
    }
}