{
  "name": "woltlab-compiler",
  "version": "1.0.4",
  "description": "A compiler for WoltLab-Package Archives and WoltLab-Package Components",
  "author": "Manuel Thalmann <m@nuth.ch>",
  "license": "MIT",
  "keywords": [
    "WoltLab",
    "wsc",
    "WoltLab Suite Core",
    "wcf",
    "WoltLab Community Framework",
    "Compiler",
    "TypeScript"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manuth/WoltLabCompiler.git"
  },
  "bugs": {
    "url": "https://github.com/manuth/WoltLabCompiler/issues"
  },
  "homepage": "https://github.com/manuth/WoltLabCompiler#readme",
  "scripts": {
    "build": "tsc -p .",
    "rebuild": "npm run clean && npm run build",
    "watch": "tsc -p . --watch",
    "clean": "rimraf ./lib",
    "lint": "tslint -p ./ -t verbose",
    "test": "mocha",
    "prepare": "npm run rebuild"
  },
  "dependencies": {
    "colornames": "^1.1.1",
    "fs-extra": "^8.1.0",
    "hex-to-rgba": "^2.0.1",
    "mem-fs": "^1.1.3",
    "mem-fs-editor": "^6.0.0",
    "sass-variable-parser": "^1.2.2",
    "tar": "^4.4.10",
    "temp-filesystem": "^1.1.3",
    "upath": "^1.1.2",
    "xmldom": "^0.1.27"
  },
  "devDependencies": {
    "@manuth/tsconfig": "^1.2.2",
    "@manuth/tslint-presets": "^1.0.3",
    "@types/colornames": "^1.1.1",
    "@types/dedent": "^0.7.0",
    "@types/fs-extra": "^8.0.0",
    "@types/mem-fs": "^1.1.2",
    "@types/mem-fs-editor": "^5.1.1",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.6.9",
    "@types/tar": "^4.0.3",
    "@types/xmldom": "^0.1.29",
    "cron-parser": "^2.13.0",
    "dedent": "^0.7.0",
    "mocha": "^6.2.0",
    "rimraf": "^2.6.3",
    "tslint": "^5.18.0",
    "typescript": "^3.5.3",
    "typescript-tslint-plugin": "^0.5.4"
  }
}
