{
  "private": true,
  "name": "tickwerk",
  "description": "A tick based combat system for Foundry Virtual Tabletop",
  "version": "1.4.4",
  "license": "https://git.f3l.de/dungeonslayers/tickwerk#licensing",
  "homepage": "https://git.f3l.de/dungeonslayers/tickwerk",
  "repository": {
    "type": "git",
    "url": "https://git.f3l.de/dungeonslayers/tickwerk"
  },
  "bugs": {
    "url": "https://git.f3l.de/dungeonslayers/tickwerk/issues"
  },
  "contributors": [
    {
      "name": "Johannes Loher",
      "email": "johannes.loher@fg4f.de"
    }
  ],
  "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 .js,.cjs,.mjs .",
    "lint:fix": "eslint --ext .js,.cjs,.mjs --fix .",
    "format": "prettier --write \"./**/*.(js|cjs|mjs|json|scss|yml|yaml)\"",
    "bump-version": "node ./tools/bump-version.js",
    "changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
  },
  "devDependencies": {
    "@commitlint/cli": "19.7.1",
    "@commitlint/config-conventional": "19.7.1",
    "@guanghechen/rollup-plugin-copy": "6.0.4",
    "@swc/core": "1.10.18",
    "conventional-changelog-cli": "5.0.0",
    "conventional-changelog-conventionalcommits": "8.0.0",
    "eslint": "8.57.1",
    "eslint-config-prettier": "10.0.1",
    "eslint-plugin-prettier": "4.2.1",
    "fs-extra": "11.3.0",
    "npm-run-all": "4.1.5",
    "prettier": "2.8.8",
    "rimraf": "6.0.1",
    "rollup": "4.34.8",
    "rollup-plugin-styles": "4.0.0",
    "rollup-plugin-swc3": "0.12.1",
    "sass": "1.62.1",
    "semver": "7.7.1",
    "yargs": "17.7.2"
  },
  "packageManager": "yarn@4.6.0"
}