{
  "name": "@qooxdoo/compiler",
  "description": "node.js based replacement for the Qooxdoo python toolchain",
  "main": "index.js",
  "bin": {
    "qx": "bin/deploy/qx"
  },
  "author": "John Spackman (johnspackman), Christian Boulanger (cboulanger), Henner Kollmann (hkollmann), and others",
  "version": "1.0.5",
  "keywords": [
    "qooxdoo",
    "compiler",
    "cli"
  ],
  "homepage": "https://github.com/qooxdoo/qooxdoo-compiler",
  "repository": {
    "type": "git",
    "url": "https://github.com/qooxdoo/qooxdoo-compiler.git"
  },
  "bugs": {
    "url": "https://github.com/qooxdoo/qooxdoo-compiler/issues"
  },
  "license": "MIT",
  "files": [
    "LICENSE",
    "README.md",
    "Manifest.json",
    "lib/compiler",
    "lib/resource",
    "bin/deploy"
  ],
  "dependencies": {
    "@babel/core": "^7.12.10",
    "@babel/generator": "^7.12.11",
    "@babel/parser": "^7.12.11",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
    "@babel/plugin-proposal-optional-chaining": "^7.12.7",
    "@babel/plugin-transform-block-scoping": "^7.12.12",
    "@babel/plugin-transform-react-jsx": "^7.12.12",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-react": "^7.12.10",
    "@babel/preset-typescript": "^7.12.7",
    "@babel/traverse": "^7.12.12",
    "@babel/types": "^7.12.12",
    "@octokit/rest": "^18.0.15",
    "@qooxdoo/eslint-config-jsdoc-disable": "^1.0.3",
    "@qooxdoo/eslint-config-qx": "^2.0.1",
    "@qooxdoo/eslint-plugin-qx": "^1.2.21",
    "@qooxdoo/framework": "^6.0.4",
    "ajv": "^6.12.6",
    "app-module-path": "^2.2.0",
    "async": "^2.6.3",
    "babel-eslint": "^10.1.0",
    "better-ajv-errors": "^0.6.7",
    "chokidar": "^3.5.1",
    "cldr": "^5.8.0",
    "columnify": "^1.5.4",
    "console-control-strings": "^1.1.0",
    "dot": "^1.1.3",
    "download": "^6.0.0",
    "es6-promise-pool": "^2.5.0",
    "eslint": "^5.16.0",
    "eslint-plugin-jsdoc": "^30.7.13",
    "express": "^4.17.1",
    "fontkit": "^1.8.1",
    "gauge": "^2.7.4",
    "get-value": "^3.0.1",
    "github-api": "^3.4.0",
    "glob": "^7.1.6",
    "image-size": "^0.8.3",
    "inquirer": "^7.3.3",
    "json-stable-stringify": "^1.0.1",
    "jsonlint": "^1.6.3",
    "jstransformer-dot": "^0.1.2",
    "metalsmith": "^2.3.0",
    "metalsmith-layouts": "^2.3.1",
    "metalsmith-markdown": "^1.3.0",
    "mkdirp": "^1.0.4",
    "node-fetch": "^2.6.0",
    "object-hash": "^2.1.1",
    "ps-tree": "^1.2.0",
    "replace-in-file": "^5.0.0",
    "rimraf": "^3.0.2",
    "sass": "^1.35.1",
    "semver": "^7.3.4",
    "set-value": "^4.0.1",
    "showdown": "^1.9.1",
    "source-map": "^0.5.7",
    "tmp": "0.2.1",
    "uglify-es": "^3.3.9",
    "unset-value": "^1.0.0",
    "upath": "^1.2.0",
    "update-notifier": "^4.1.3",
    "xml2js": "^0.4.23",
    "yargs": "^15.4.1"
  },
  "eslintConfig": {
    "env": {
      "node": true
    },
    "extends": [
      "@qooxdoo/qx"
    ],
    "parserOptions": {
      "ecmaVersion": 2017
    },
    "rules": {
      "@qooxdoo/qx/no-illegal-private-usage": "off",
      "jsdoc/require-jsdoc": "off",
      "jsdoc/require-param": "off",
      "jsdoc/require-returns-type": "off",
      "indent": [
        "error",
        2,
        {
          "SwitchCase": 1
        }
      ]
    }
  },
  "engine": "node >= 8"
}
