{
  "name": "@manuth/woltlab-compiler",
  "version": "4.0.5",
  "type": "module",
  "description": "A compiler for generating WoltLab-Package `.tar` Archives and other WoltLab-Package Components",
  "author": "Manuel Thalmann <m@nuth.ch>",
  "license": "MIT",
  "keywords": [
    "WoltLab",
    "wsc",
    "WoltLab Suite Core",
    "wcf",
    "WoltLab Community Framework",
    "Compiler",
    "TypeScript"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./lib/index.d.ts",
        "default": "./lib/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "directories": {
    "lib": "./lib",
    "test": "./src/tests"
  },
  "homepage": "https://github.com/manuth/WoltLabCompiler#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manuth/WoltLabCompiler.git"
  },
  "bugs": {
    "url": "https://github.com/manuth/WoltLabCompiler/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "rebuild": "npm run clean && npm run build",
    "watch": "npm run build -- --watch",
    "clean": "npm run build -- --clean && rimraf ./lib",
    "lint": "eslint --max-warnings 0 ./src .eslintrc.cjs",
    "lint-ide": "npm run lint || exit 0",
    "test": "mocha",
    "prepare": "npm run patch-ts && npm run rebuild",
    "patch-ts": "ts-patch install"
  },
  "dependencies": {
    "@manuth/temp-files": "^3.0.2",
    "@xmldom/xmldom": "^0.8.2",
    "colornames": "^1.1.1",
    "fs-extra": "^10.1.0",
    "get-sass-vars": "^3.4.0",
    "hex-to-rgba": "^2.0.1",
    "mem-fs": "^2.2.1",
    "mem-fs-editor": "^9.5.0",
    "parse-sass-value": "^2.3.0",
    "tar": "^6.1.11",
    "upath": "^2.0.1"
  },
  "devDependencies": {
    "@manuth/eslint-plugin-typescript": "^3.3.4",
    "@manuth/tsconfig": "^3.0.2",
    "@types/colornames": "^1.1.2",
    "@types/dedent": "^0.7.0",
    "@types/fs-extra": "^9.0.13",
    "@types/mem-fs": "^1.1.2",
    "@types/mem-fs-editor": "^7.0.2",
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.7.18",
    "@types/sass": "^1.43.1",
    "@types/sinon": "^10.0.13",
    "@types/tar": "^6.1.2",
    "@types/ts-nameof": "^4.2.1",
    "cheerio": "^1.0.0-rc.12",
    "cron-parser": "^4.6.0",
    "dedent": "^0.7.0",
    "eslint": "^8.23.1",
    "mocha": "^10.0.0",
    "randexp": "^0.5.3",
    "random-js": "^2.1.0",
    "rimraf": "^3.0.2",
    "sinon": "^14.0.0",
    "source-map-support": "^0.5.21",
    "ts-nameof": "^5.0.0",
    "ts-node": "^10.9.1",
    "ts-patch": "^2.0.2",
    "typescript": "^4.8.3"
  }
}
