{
  "name": "@informaticon/web.compiler",
  "version": "2.16.3",
  "description": "wompiler",
  "main": "index.js",
  "type": "module",
  "bin": {
    "wompiler": "./dist/cli.js",
    "wasser": "./dist/cli.js",
    "martin-mach-es": "./dist/cli.js",
    "fisch": "./dist/cli.js",
    "junge": "./dist/cli.js"
  },
  "scripts": {
    "clean": "rimraf dist",
    "test": "echo \"Info: no test specified\" && exit 0",
    "lint": "eslint src/**/*",
    "build": "eslint \"src/**/*\" & tsc && tsc-esm-fix --tsconfig=tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/informaticon/web.compiler.git"
  },
  "author": "Informaticon AG",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/informaticon/web.compiler/issues"
  },
  "homepage": "https://github.com/informaticon/web.compiler#readme",
  "dependencies": {
    "chalk": "~5.1.2",
    "child-process-promise": "~2.2.1",
    "commander": "~8.3.0",
    "diff-match-patch": "~1.0.5",
    "dotenv": "~10.0.0",
    "execa": "~6.1.0",
    "fast-glob": "^3.3.3",
    "fix-path": "~4.0.0",
    "fs-extra": "~10.1.0",
    "isbinaryfile": "~5.0.0",
    "java-parser": "~2.0.4",
    "merge": "~2.1.1",
    "path-is-inside": "1.0.2",
    "read-package-json-fast": "~2.0.3",
    "rxjs": "~7.6.0",
    "sane": "~5.0.1",
    "update-notifier": "~6.0.2",
    "username": "~6.0.0"
  },
  "devDependencies": {
    "@types/child-process-promise": "~2.2.2",
    "@types/diff-match-patch": "~1.0.32",
    "@types/fs-extra": "~9.0.13",
    "@types/node": "~22.14.1",
    "@types/path-is-inside": "~1.0.0",
    "@types/sane": "~2.0.1",
    "@types/update-notifier": "~6.0.2",
    "@typescript-eslint/eslint-plugin": "^5.59.2",
    "@typescript-eslint/parser": "^5.59.2",
    "commitizen": "^4.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "~8.22.0",
    "rimraf": "^3.0.2",
    "tsc-esm-fix": "^2.20.13",
    "typescript": "^4.9.5"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  }
}
